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






Windows & Linux

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 * pVal
);
public: HRESULT put_SpinAxisConeAngle(
    VARIANT pVal
);
[Java]
public VARIANT getSpinAxisConeAngle();
public void setSpinAxisConeAngle(
    VARIANT
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.