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

FIS.AlignPathArray Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void AlignPathArray
(
	IList<FilNet.Path> inPaths,
	FilNet.CoordinateSystem2D inAlignment,
	bool inInverse,
	IList<FilNet.Path> outAlignedPaths
)

Parameters

Name Type Range Default Description
inPathsSystem.Collections.Generic.IList<FilNet.Path>
inAlignmentFilNet.CoordinateSystem2DCoordinate system to align to.
inInverseboolSwitches to the inverse transform.
outAlignedPathsSystem.Collections.Generic.IList<FilNet.Path>

See also