IContactProfile.MinimumElevationDegree Property

Definition

Minimum viable elevation for the contact in decimal degrees. Used for listing the available contacts with a spacecraft at a given ground station.

[Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.Info(Description="Minimum viable elevation for the contact in decimal degrees. Used for listing the available contacts with a spacecraft at a given ground station.", PossibleTypes=new System.Type[] { typeof(System.Single) }, ReadOnly=false, Required=false, SerializedName="minimumElevationDegrees")]
public float? MinimumElevationDegree { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.Info(Description="Minimum viable elevation for the contact in decimal degrees. Used for listing the available contacts with a spacecraft at a given ground station.", PossibleTypes=new System.Type[] { typeof(System.Single) }, ReadOnly=false, Required=false, SerializedName="minimumElevationDegrees")>]
member this.MinimumElevationDegree : Nullable<single> with get, set
Public Property MinimumElevationDegree As Nullable(Of Single)

Property Value

Attributes

Applies to