You are here: Start » AVL.NET » Invoke.WKT_LoadMultiPolygon
Loads multiple polygons from WKT text format.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void WKT_LoadMultiPolygon ( string inText, List<Avl.Path> outOuterPolygons, List<List<Avl.Path>> outInnerPolygons )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inText | string | |||
![]() | outOuterPolygons | System.Collections.Generic.List<Avl.Path> | |||
![]() | outInnerPolygons | System.Collections.Generic.List<System.Collections.Generic.List<Avl.Path>> |