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

Invoke.RegionOrientation

Computes the orientation of a region as an angle of value in a proper range.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void RegionOrientation
(
	Fil.Region inRegion,
	Fil.AngleRange inAngleRange,
	out float outOrientationAngle
)

Parameters

Name Type Range Default Description
inRegionFil.RegionInput region.
inAngleRangeFil.AngleRange_0_180Switches between ranges <0; 90), <0; 180) and <0; 360). Default value: _0_180.
outOrientationAnglefloat

See also