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

AVS.WKT_LoadLineString Method

Loads path from WKT text format.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void WKT_LoadLineString
(
	string inText,
	AvlNet.Path outPath
)

Parameters

Name Type Range Default Description
inTextstring
outPathAvlNet.PathOutput path.

See also