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