Returns whether the specified type is supported.
| [Visual Basic .NET] |
|---|
Public Function IsTypeSupported( _ ByVal EType As AgECrdnConditionSetType _ ) As Boolean |
| [C#] |
|---|
public bool IsTypeSupported( |
| [Managed C++] |
|---|
public: bool IsTypeSupported( |
| [Java] |
|---|
public bool isTypeSupported( |
| [Unmanaged C++] |
|---|
public: HRESULT IsTypeSupported( |
- EType
Member Value Description eCrdnConditionSetTypeUnknown -1 Unknown or unsupported condition set types. eCrdnConditionSetTypeScalarThresholds 0 Condition set placing multiple thresholds on specified scalar.
