Set the event detection type.
[Visual Basic .NET] |
---|
Public Sub SetType( _ ByVal EventDetection As AgEEventDetection _ ) |
[C#] |
---|
public void SetType( AgEEventDetection EventDetection ); |
[Managed C++] |
---|
public: void SetType( AgEEventDetection EventDetection ); |
[Unmanaged C++] |
---|
public: HRESULT SetType( AgEEventDetection EventDetection ); |
[Java] |
---|
public void setType( AgEEventDetection EventDetection ); |
[Python - STK API ] |
---|
def SetType(self, EventDetection:"AgEEventDetection") -> None: |
- EventDetection