You are here: Start » FIL.NET » FIS.WKT_LoadPolygon Method
FIS.WKT_LoadPolygon Method
Loads polygon from WKT text format.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
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> |


