AGI STK Objects 11 Send comments on this topic.
IsTimeEventTypeSupported Method (IAgVeGfxTimeEventsElement)
See Also 
TimeEventType





Description

Gets a value indicating whether the specified type can be used.

Syntax

[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
);

[Java]
public bool isTimeEventTypeSupported(
AgEVeGfxTimeEventType TimeEventType
);

[Unmanaged C++]
public: HRESULT IsTimeEventTypeSupported(
AgEVeGfxTimeEventType TimeEventType,
VARIANT_BOOL * ReturnValue
);

Parameters

TimeEventType
Member Value Description
eTimeEventTypeUnknown -1 Unknown Time Event Type.
eTimeEventTypeLine 0 Line.
eTimeEventTypeMarker 1 Marker.
eTimeEventTypeText 2 Text.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1