Returns whether the specified type is
supported.
| [Visual Basic .NET] |
|---|
Public Function IsTypeSupported( _
ByVal EType As AgECrdnConditionType _
) As Boolean
|
| [C#] |
|---|
public bool IsTypeSupported(
|
| [Managed C++] |
|---|
public: bool IsTypeSupported(
|
| [Java] |
|---|
public bool isTypeSupported(
|
| [Unmanaged C++] |
|---|
public: HRESULT IsTypeSupported(
|
- EType
-
Member Value Description eCrdnConditionTypeUnknown -1 Unknown or unsupported condition type eCrdnConditionTypeScalarBounds 0 Condition placing bounds on specified scalar.
Determine if the
specified condition type is supported.
| [C#] | Copy Code
|
|
|---|---|---|
|
||
Determine if the
specified condition type is supported.
| [Visual Basic .NET] | Copy Code
|
|
|---|---|---|
|
||