Get the rotating coordinate system and associated calculation objects to interact with.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property RotatingSystemChoice() As AgEVARotatingCoordinateSystem |
| [C#] |
|---|
public AgEVARotatingCoordinateSystem RotatingSystemChoice {get; set;} |
| [Managed C++] |
|---|
public: __property AgEVARotatingCoordinateSystem get_RotatingSystemChoice(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEVARotatingCoordinateSystem getRotatingSystemChoice(); public void setRotatingSystemChoice( AgEVARotatingCoordinateSystem ); |
[Python - STK API ] |
|---|
@property def RotatingSystemChoice(self) -> "AgEVARotatingCoordinateSystem": @RotatingSystemChoice.setter def RotatingSystemChoice(self, InVal:"AgEVARotatingCoordinateSystem") -> None: |






