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

AVS.WKT_LoadMultiPolygon Method

Loads multiple polygons from WKT text format.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void WKT_LoadMultiPolygon
(
	string inText,
	IList<AvlNet.Path> outOuterPolygons,
	IList<SafeList<AvlNet.Path>> outInnerPolygons
)

Parameters

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

See also