AGI STK VGT 11 Send comments on this topic.
SpinRate Property (IAgCrdnAxesSpinning)
See Also 





Description

Specify a spin rate the axes spins about the spin vector.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SpinRate() As Double

[C#]
public double SpinRate {get; set;}

[Managed C++]
public: __property double get_SpinRate();
public: __property void set_SpinRate(
double
);

[Unmanaged C++]
public: HRESULT get_SpinRate(
double * pRetVal
);
public: HRESULT put_SpinRate(
double NewSpinRate
);

[Java]
public double getSpinRate();public void setSpinRate(
double
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1