You are here: Start » FIL.NET » 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 | |
|---|---|---|---|---|---|
![]() | inRegion | Fil.Region | Input region. | ||
![]() | inAngleRange | Fil.AngleRange | _0_180 | Switches between ranges <0; 90), <0; 180) and <0; 360). Default value: _0_180. | |
![]() | outOrientationAngle | float |


