STK ObjectsSend comments on this topic.
OffsetAngle Property (IAgSnPtSpinning)
See Also
Windows





Windows & Linux

Description

The initial offset angle, i.e. the angle about the spin axis where the sensor boresight is at time zero. Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property OffsetAngle() As System.Object
[C#]
public System.Object OffsetAngle {get; set;}
[Managed C++]
public: __property VARIANT get_OffsetAngle();
public: __property void set_OffsetAngle( VARIANT );
[Unmanaged C++]
public: HRESULT get_OffsetAngle(
    VARIANT * pVal
);
public: HRESULT put_OffsetAngle(
    VARIANT pVal
);
[Java]
public AgVariant getOffsetAngle();
public void setOffsetAngle(
    AgVariant
);
[Python - STK API ]
@property
def OffsetAngle(self) -> typing.Any:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.