You are here: Start » AVL.NET » Invoke.WKT_LoadLineString

Invoke.WKT_LoadLineString

Loads path from WKT text format.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void WKT_LoadLineString
(
	string inText,
	Avl.Path outPath
)

Parameters

Name Type Range Default Description
inTextstring
outPathAvl.PathOutput path.

See also