IContact.StartElevationDegree 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 start.
[Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.Info(Create=false, Description="Spacecraft elevation above the horizon at contact start.", PossibleTypes=new System.Type[] { typeof(System.Single) }, Read=true, ReadOnly=true, Required=false, SerializedName="startElevationDegrees", Update=false)]
public float? StartElevationDegree { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.Info(Create=false, Description="Spacecraft elevation above the horizon at contact start.", PossibleTypes=new System.Type[] { typeof(System.Single) }, Read=true, ReadOnly=true, Required=false, SerializedName="startElevationDegrees", Update=false)>]
member this.StartElevationDegree : Nullable<single>
Public ReadOnly Property StartElevationDegree As Nullable(Of Single)
Property Value
- Attributes