AGI STK Objects 11 Send comments on this topic.
SpinAxisConeAngle Property (IAgSnPtSpinning)
See Also 





Description

The cone angle used in defining the spin axis, i.e. the angle between the spin axis and the sensor boresight. As the boresight spins about the spin axis, it maintains this angular distance away from the spin axis. Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SpinAxisConeAngle() As System.Object

[C#]
public System.Object SpinAxisConeAngle {get; set;}

[Managed C++]
public: __property VARIANT get_SpinAxisConeAngle();
public: __property void set_SpinAxisConeAngle(
VARIANT
);

[Unmanaged C++]
public: HRESULT get_SpinAxisConeAngle(
VARIANT * pRetVal
);
public: HRESULT put_SpinAxisConeAngle(
VARIANT NewSpinAxisConeAngle
);

[Java]
public Variant getSpinAxisConeAngle();public void setSpinAxisConeAngle(
Variant
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1