You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Basics » FIL.WKT_LoadPolygon
Loads polygon from WKT text format.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void WKT_LoadPolygon ( string inText, FilNet.Path outOuterPolygon, IList<FilNet.Path> outInnerPolygons )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inText | string | |||
![]() | outOuterPolygon | FilNet.Path | |||
![]() | outInnerPolygons | System.Collections.Generic.IList<FilNet.Path> |