AGI STK Objects 11Send comments on this topic.
AzimuthOffset Property (IAgSnPtGrazingAlt)
See Also
Windows






Windows & Linux

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 * pVal
);
public: HRESULT put_AzimuthOffset(
    VARIANT pVal
);
[Java]
public VARIANT getAzimuthOffset();
public void setAzimuthOffset(
    VARIANT
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.