You are here: Start » FIL.NET » FIS.LocationArrayToPoint2DArray Method
FIS.LocationArrayToPoint2DArray Method
Converts an array of locations to an array of points.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void LocationArrayToPoint2DArray ( IList<FilNet.Location> inLocationArray, IList<FilNet.Point2D> outPointArray )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inLocationArray | System.Collections.Generic.IList<FilNet.Location> | |||
![]() | outPointArray | System.Collections.Generic.IList<FilNet.Point2D> |


