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

Invoke.AlignLine

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void AlignLine
(
	Fil.Line2D inLine,
	Fil.CoordinateSystem2D inAlignment,
	bool inInverse,
	out Fil.Line2D outAlignedLine
)

Parameters

Name Type Range Default Description
inLineFil.Line2D
inAlignmentFil.CoordinateSystem2DCoordinate system to align to.
inInverseboolSwitches to the inverse transform.
outAlignedLineFil.Line2D

See also