You are here: Start » FIL.NET » Invoke.AlignPathArray

Invoke.AlignPathArray

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void AlignPathArray
(
	List<Fil.Path> inPaths,
	Fil.CoordinateSystem2D inAlignment,
	bool inInverse,
	List<Fil.Path> outAlignedPaths
)

Parameters

Name Type Range Default Description
inPathsSystem.Collections.Generic.List<Fil.Path>
inAlignmentFil.CoordinateSystem2DCoordinate system to align to.
inInverseboolSwitches to the inverse transform.
outAlignedPathsSystem.Collections.Generic.List<Fil.Path>

See also