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(
|
| [Managed C++] |
|---|
public: bool IsTimeEventTypeSupported(
|
| [Java] |
|---|
public bool isTimeEventTypeSupported(
|
| [Unmanaged C++] |
|---|
public: HRESULT IsTimeEventTypeSupported(
|
- TimeEventType
-
Member Value Description eTimeEventTypeUnknown -1 Unknown Time Event Type. eTimeEventTypeLine 0 Line. eTimeEventTypeMarker 1 Marker. eTimeEventTypeText 2 Text.