The azimuth offset, defining the plane in the parent object's body-fixed frame in which the sensor boresight lies. It is the angle between the X axis and the azimuth vector in the XY plane. Uses Angle Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property AzimuthOffset() As System.Object |
[C#] |
---|
public System.Object AzimuthOffset {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_AzimuthOffset(); |
[Unmanaged C++] |
---|
public: HRESULT get_AzimuthOffset( VARIANT * pVal ); public: HRESULT put_AzimuthOffset( VARIANT pVal ); |
[Java] |
---|
public AgVariant getAzimuthOffset(); public void setAzimuthOffset( AgVariant ); |