You are here: Start » FIL.NET » Function Reference » Path » Path Spatial Transforms » FIL.AlignPathArray

FIL.AlignPathArray

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
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