STK AstrogatorSend comments on this topic.
RotatingSystemChoice Property (IAgVADesignER3BPSetup)
See Also
Windows





Windows & Linux

Description

Get the rotating coordinate system and associated calculation objects to interact with.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RotatingSystemChoice() As AgEVARotatingCoordinateSystem
[C#]
public AgEVARotatingCoordinateSystem RotatingSystemChoice {get; set;}
[Managed C++]
public: __property AgEVARotatingCoordinateSystem get_RotatingSystemChoice();
public: __property void set_RotatingSystemChoice( AgEVARotatingCoordinateSystem );
[Unmanaged C++]
public: HRESULT get_RotatingSystemChoice(
    AgEVARotatingCoordinateSystem * pVal
);
public: HRESULT put_RotatingSystemChoice(
    AgEVARotatingCoordinateSystem InVal
);
[Java]
public AgEVARotatingCoordinateSystem getRotatingSystemChoice();
public void setRotatingSystemChoice(
    AgEVARotatingCoordinateSystem
);
[Python - STK API ]
@property
def RotatingSystemChoice(self) -> "AgEVARotatingCoordinateSystem":

@RotatingSystemChoice.setter
def RotatingSystemChoice(self, InVal:"AgEVARotatingCoordinateSystem") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.