STK ObjectsSend 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 AgVariant getAzimuthOffset();
public void setAzimuthOffset(
    AgVariant
);
[Python - STK API ]
@property
def AzimuthOffset(self) -> typing.Any:

@AzimuthOffset.setter
def AzimuthOffset(self, pVal:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.