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


