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

FIL.Point2DArrayToLocationArray

Converts an array of points to an array of locations.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void Point2DArrayToLocationArray
(
	IList<FilNet.Point2D> inPointArray,
	IList<FilNet.Location> outLocationArray
)

Parameters

Name Type Range Default Description
inPointArraySystem.Collections.Generic.IList<FilNet.Point2D>
outLocationArraySystem.Collections.Generic.IList<FilNet.Location>

See also