You are here: Start » AVL.NET » AVS.WKT_LoadMultiLineString Method

AVS.WKT_LoadMultiLineString Method

Loads multiple paths from WKT text format.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void WKT_LoadMultiLineString
(
	string inText,
	IList<AvlNet.Path> outPaths
)

Parameters

Name Type Range Default Description
inTextstring
outPathsSystem.Collections.Generic.IList<AvlNet.Path>

See also