IContactInstanceProperties.EndAzimuthDegree 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.
Azimuth of the antenna at the end of the contact in decimal degrees.
[Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.Info(Create=false, Description="Azimuth of the antenna at the end of the contact in decimal degrees.", PossibleTypes=new System.Type[] { typeof(System.Single) }, Read=true, ReadOnly=true, Required=false, SerializedName="endAzimuthDegrees", Update=false)]
public float? EndAzimuthDegree { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.Info(Create=false, Description="Azimuth of the antenna at the end of the contact in decimal degrees.", PossibleTypes=new System.Type[] { typeof(System.Single) }, Read=true, ReadOnly=true, Required=false, SerializedName="endAzimuthDegrees", Update=false)>]
member this.EndAzimuthDegree : Nullable<single>
Public ReadOnly Property EndAzimuthDegree As Nullable(Of Single)
Property Value
- Attributes