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( AgEEventDetection EventDetection ); |
[Managed C++] |
---|
public: bool IsTypeSupported( AgEEventDetection EventDetection ); |
[Unmanaged C++] |
---|
public: HRESULT IsTypeSupported( AgEEventDetection EventDetection, VARIANT_BOOL * pRetVal ); |
[Java] |
---|
public bool isTypeSupported( AgEEventDetection EventDetection ); |
[Python - STK API ] |
---|
def IsTypeSupported(self, EventDetection:"AgEEventDetection") -> bool: |
- EventDetection