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

Invoke.WKT_LoadPolygon

Loads polygon from WKT text format.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void WKT_LoadPolygon
(
	string inText,
	Avl.Path outOuterPolygon,
	List<Avl.Path> outInnerPolygons
)

Parameters

Name Type Range Default Description
inTextstring
outOuterPolygonAvl.Path
outInnerPolygonsSystem.Collections.Generic.List<Avl.Path>

See also