STK Vector Geometry ToolSend comments on this topic.
ClockAngleRate Property (IAgCrdnVectorConing)
See Also
Windows





Windows & Linux

Description

Specify a rotation rate.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ClockAngleRate() As Double
[C#]
public double ClockAngleRate {get; set;}
[Managed C++]
public: __property double get_ClockAngleRate();
public: __property void set_ClockAngleRate( double );
[Unmanaged C++]
public: HRESULT get_ClockAngleRate(
    double * pRetVal
);
public: HRESULT put_ClockAngleRate(
    double ClockAngleRate
);
[Java]
public double getClockAngleRate();
public void setClockAngleRate(
    double
);
[Python - STK API ]
@property
def ClockAngleRate(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.