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