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

FIS.AlignPointArray Method

Moves an array of points from a local coordinate system to the absolute one.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void AlignPointArray
(
	IList<FilNet.Point2D> inPoints,
	FilNet.CoordinateSystem2D inAlignment,
	bool inInverse,
	IList<FilNet.Point2D> outAlignedPoints
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<FilNet.Point2D>
inAlignmentFilNet.CoordinateSystem2DCoordinate system to align to.
inInverseboolSwitches to the inverse transform.
outAlignedPointsSystem.Collections.Generic.IList<FilNet.Point2D>

See also