Get the type of propagator used to define the satellite's orbit.
Read-only property
[Visual Basic .NET] |
---|
Public Property PropagatorType() As AgEVePropagatorType |
[C#] |
---|
public AgEVePropagatorType PropagatorType {get;} |
[Managed C++] |
---|
public: __property AgEVePropagatorType get_PropagatorType(); |
[Unmanaged C++] |
---|
public: HRESULT get_PropagatorType( AgEVePropagatorType * pVal ); |
[Java] |
---|
public AgEVePropagatorType getPropagatorType(); |
[Python - STK API ] |
---|
@property def PropagatorType(self) -> "AgEVePropagatorType": |