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