You are here: Start » FIL.NET » Function Reference » Conversions » FIL.LocationArrayToPoint2DArray
Converts an array of locations to an array of points.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
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> |