You are here: Start » FIL.NET » FIS.WKT_LoadMultiPoint Method
FIS.WKT_LoadMultiPoint Method
Loads multiple points from WKT text format.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void WKT_LoadMultiPoint ( string inText, IList<FilNet.Point2D> outPoints )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inText | string | |||
![]() | outPoints | System.Collections.Generic.IList<FilNet.Point2D> |


