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

FIS.AlignPath Method

Moves a path from a local coordinate system to the absolute one.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void AlignPath
(
	FilNet.Path inPath,
	FilNet.CoordinateSystem2D inAlignment,
	bool inInverse,
	FilNet.Path outAlignedPath
)

Parameters

Name Type Range Default Description
inPathFilNet.PathInput path.
inAlignmentFilNet.CoordinateSystem2DCoordinate system to align to.
inInverseboolSwitches to the inverse transform.
outAlignedPathFilNet.Path

See also