[]
Gets of sets the counterclockwise rotation around the horizontal axis.
[FpCategory("Category_Appearance")]
public float Elevation { get; set; }
<FpCategory("Category_Appearance")>
Public Property Elevation As Single
Elevation is measured in degrees.
Type | Condition |
---|---|
ArgumentOutOfRangeException | Value is less than -90 or greater than 90. |