Get the satellite's OrbitSystem properties.
Read-only property
[Visual Basic .NET] |
---|
Public Property OrbitSystems() As IAgVeVOSystemsCollection |
[C#] |
---|
public IAgVeVOSystemsCollection OrbitSystems {get;} |
[Managed C++] |
---|
public: __property IAgVeVOSystemsCollection ^ get_OrbitSystems(); |
[Unmanaged C++] |
---|
public: HRESULT get_OrbitSystems( IAgVeVOSystemsCollection ** ppVal ); |
[Java] |
---|
public IAgVeVOSystemsCollection getOrbitSystems(); |
[Python - STK API ] |
---|
@property def OrbitSystems(self) -> "IAgVeVOSystemsCollection": |