STK Vector Geometry ToolSend comments on this topic.
SpinRate Property (IAgCrdnAxesSpinning)
See Also
Windows





Windows & Linux

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 SpinRate
);
[Java]
public double getSpinRate();
public void setSpinRate(
    double
);
[Python - STK API ]
@property
def SpinRate(self) -> float:

@SpinRate.setter
def SpinRate(self, SpinRate:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.