Gets a value indicating whether the specified type can be used.
[Visual Basic .NET] |
---|
Public Function IsPropagatorTypeSupported( _ ByVal Propagator As AgEVePropagatorType _ ) As |
[C#] |
---|
public bool IsPropagatorTypeSupported( AgEVePropagatorType Propagator ); |
[Managed C++] |
---|
public: bool IsPropagatorTypeSupported( AgEVePropagatorType Propagator ); |
[Java] |
---|
public bool isPropagatorTypeSupported( AgEVePropagatorType Propagator ); |
[Unmanaged C++] |
---|
public: HRESULT IsPropagatorTypeSupported( AgEVePropagatorType Propagator, VARIANT_BOOL * pRetVal ); |
- Propagator