Returns true if the specified propagator is available.
[Visual Basic .NET] |
---|
Public Function IsPropagatorTypeAvailable( _ ByVal PropagatorType As AgEVePropagatorType _ ) As Boolean |
[C#] |
---|
public bool IsPropagatorTypeAvailable( AgEVePropagatorType PropagatorType ); |
[Managed C++] |
---|
public: bool IsPropagatorTypeAvailable( AgEVePropagatorType PropagatorType ); |
[Unmanaged C++] |
---|
public: HRESULT IsPropagatorTypeAvailable( AgEVePropagatorType PropagatorType, VARIANT_BOOL * pRetVal ); |
[Java] |
---|
public bool isPropagatorTypeAvailable( AgEVePropagatorType PropagatorType ); |
[Python - STK API ] |
---|
def IsPropagatorTypeAvailable(self, PropagatorType:"AgEVePropagatorType") -> bool: |
- PropagatorType