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

AVL.WKT_LoadMultiPolygon

Loads multiple polygons from WKT text format.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
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