IAvailableGroundStation.AltitudeMeter Property

Definition

Altitude of the ground station.

[Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.Info(Create=true, Description="Altitude of the ground station.", PossibleTypes=new System.Type[] { typeof(System.Single) }, Read=true, ReadOnly=false, Required=false, SerializedName="altitudeMeters", Update=true)]
public float? AltitudeMeter { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.Info(Create=true, Description="Altitude of the ground station.", PossibleTypes=new System.Type[] { typeof(System.Single) }, Read=true, ReadOnly=false, Required=false, SerializedName="altitudeMeters", Update=true)>]
member this.AltitudeMeter : Nullable<single> with get, set
Public Property AltitudeMeter As Nullable(Of Single)

Property Value

Attributes

Applies to