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