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