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

FIS.Point2DArrayToLocationArray Method

Converts an array of points to an array of locations.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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