Gets a value indicating whether the specified type can be used.
[Visual Basic .NET] |
---|
Public Function IsTrajectoryTypeSupported( _ ByVal Propagator As AgEVePropagatorType _ ) As Boolean |
[C#] |
---|
public bool IsTrajectoryTypeSupported( AgEVePropagatorType Propagator ); |
[Managed C++] |
---|
public: bool IsTrajectoryTypeSupported( AgEVePropagatorType Propagator ); |
[Unmanaged C++] |
---|
public: HRESULT IsTrajectoryTypeSupported( AgEVePropagatorType Propagator, VARIANT_BOOL * pRetVal ); |
[Java] |
---|
public bool isTrajectoryTypeSupported( AgEVePropagatorType Propagator ); |
[Python - STK API ] |
---|
def IsTrajectoryTypeSupported(self, Propagator:"AgEVePropagatorType") -> bool: |
- Propagator