Gets a value indicating whether the specified type can be used.
[Visual Basic .NET] |
---|
Public Function IsTypeSupported( _ ByVal EventDetection As AgEEventDetection _ ) As |
[C#] |
---|
public bool IsTypeSupported( AgEEventDetection EventDetection ); |
[Managed C++] |
---|
public: bool IsTypeSupported( AgEEventDetection EventDetection ); |
[Java] |
---|
public bool isTypeSupported( AgEEventDetection EventDetection ); |
[Unmanaged C++] |
---|
public: HRESULT IsTypeSupported( AgEEventDetection EventDetection, VARIANT_BOOL * pRetVal ); |
- EventDetection