AGI STK Objects 11 Send 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 * pRetVal
);
public: HRESULT put_OffsetAngle(
VARIANT NewOffsetAngle
);

[Java]
public Variant getOffsetAngle();public void setOffsetAngle(
Variant
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface