IContact.EndElevationDegree Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Spacecraft elevation above the horizon at contact end.
[Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.Info(Description="Spacecraft elevation above the horizon at contact end.", PossibleTypes=new System.Type[] { typeof(System.Single) }, ReadOnly=true, Required=false, SerializedName="endElevationDegrees")]
public float? EndElevationDegree { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.Info(Description="Spacecraft elevation above the horizon at contact end.", PossibleTypes=new System.Type[] { typeof(System.Single) }, ReadOnly=true, Required=false, SerializedName="endElevationDegrees")>]
member this.EndElevationDegree : Nullable<single>
Public ReadOnly Property EndElevationDegree As Nullable(Of Single)
Property Value
- Attributes