STK AstrogatorSend comments on this topic.
CounterClockwiseRotation Property (IAgVAStateCalcSolarInPlaneAngle)
See Also
Windows





Windows & Linux

Description

Sets sign of the angle for counterclockwise rotation about orbit normal.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CounterClockwiseRotation() As AgEVACalcObjectAngleSign
[C#]
public AgEVACalcObjectAngleSign CounterClockwiseRotation {get; set;}
[Managed C++]
public: __property AgEVACalcObjectAngleSign get_CounterClockwiseRotation();
public: __property void set_CounterClockwiseRotation( AgEVACalcObjectAngleSign );
[Unmanaged C++]
public: HRESULT get_CounterClockwiseRotation(
    AgEVACalcObjectAngleSign * pVal
);
public: HRESULT put_CounterClockwiseRotation(
    AgEVACalcObjectAngleSign InVal
);
[Java]
public AgEVACalcObjectAngleSign getCounterClockwiseRotation();
public void setCounterClockwiseRotation(
    AgEVACalcObjectAngleSign
);
[Python - STK API ]
@property
def CounterClockwiseRotation(self) -> "AgEVACalcObjectAngleSign":

@CounterClockwiseRotation.setter
def CounterClockwiseRotation(self, InVal:"AgEVACalcObjectAngleSign") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.