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


