You are here: Start » FIL.NET » FIS.LocationArrayToPoint2DArray Method

FIS.LocationArrayToPoint2DArray Method

Converts an array of locations to an array of points.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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