Gets a value indicating whether the specified
type can be used.
| [Visual Basic .NET] |
|---|
Public Function IsTypeSupported( _
ByVal EventDetection As AgEEventDetection _
) As Boolean
|
| [C#] |
|---|
public bool IsTypeSupported(
|
| [Managed C++] |
|---|
public: bool IsTypeSupported(
|
| [Java] |
|---|
public bool isTypeSupported(
|
| [Unmanaged C++] |
|---|
public: HRESULT IsTypeSupported(
|
- EventDetection
-
Member Value Description eEventDetectionUnknown -1 Unknown event detection strategy. eEventDetectionNoSubSampling 0 Event detection strategy not using subsampling. eEventDetectionUseSubSampling 1 Event detection strategy using subsampling.