 Description
Description
Measured in the XY plane of the parent reference frame about its Z axis in the right-handed sense for both vehicle-based sensors and facility-based sensors. Uses Angle Dimension.
 Property type
Property type
Read-write property
 Syntax
Syntax
| [Visual Basic .NET] | 
|---|
| Public Property Azimuth() As System.Object
 | 
| [C#] | 
|---|
| public System.Object Azimuth {get; set;}
 | 
| [Managed C++] | 
|---|
| public: __property VARIANT get_Azimuth();public: __property void set_Azimuth(
    VARIANT
);
 | 
| [Unmanaged C++] | 
|---|
| public: HRESULT get_Azimuth(
    VARIANT * pVal
);
public: HRESULT put_Azimuth(
    VARIANT vAzimuth
);
 | 
| [Java] | 
|---|
| public AgVariant getAzimuth();
public void setAzimuth(
    AgVariant
);
 | 
| [Python - STK API] | 
|---|
| @property
def Azimuth(self) -> typing.Any:
@Azimuth.setter
def Azimuth(self, vAzimuth:typing.Any) -> None:
 | 
 See Also
See Also