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