Method to set the event detection type.
| [Visual Basic .NET] |
|---|
Public Sub SetType( _
ByVal EventDetection As AgEEventDetection _
)
|
| [C#] |
|---|
public void SetType(
|
| [Managed C++] |
|---|
public: void SetType(
|
| [Java] |
|---|
public setType(
|
| [Unmanaged C++] |
|---|
public: HRESULT SetType(
|
- 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.