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

AVS.WKT_LoadPolygon Method

Loads polygon from WKT text format.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void WKT_LoadPolygon
(
	string inText,
	AvlNet.Path outOuterPolygon,
	IList<AvlNet.Path> outInnerPolygons
)

Parameters

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

See also