You are here: Start » FIL.NET » Function Reference » Conversions » FIL.LocationArrayToPoint2DArray

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
inLocationArraySystem.Collections.Generic.IList<FilNet.Location>
outPointArraySystem.Collections.Generic.IList<FilNet.Point2D>

See also