You are here: Start » AVL.NET » Function Reference » Geometry 2D » Geometry 2D Basics » AVL.WKT_LoadLineString

AVL.WKT_LoadLineString

Loads path from WKT text format.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inTextstring
outPathAvlNet.PathOutput path.

See also