Description
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.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property AzimuthOffset() As System.Object
|
[C#] |
public System.Object AzimuthOffset {get; set;}
|
[Managed C++] |
public: __property VARIANT get_AzimuthOffset();
public: __property void set_AzimuthOffset(
VARIANT
);
|
[Unmanaged C++] |
public: HRESULT get_AzimuthOffset(
VARIANT * pRetVal
);
public: HRESULT put_AzimuthOffset(
VARIANT NewAzimuthOffset
);
|
[Java] |
public Variant getAzimuthOffset();public void setAzimuthOffset(
Variant
);
|
See Also