IAvailableGroundStation.LatitudeDegree Property

Definition

Latitude of the ground station in decimal degrees.

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

Property Value

Attributes

Applies to