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






Windows & Linux

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
MemberValueDescription
eTimeEventTypeUnknown-1Unknown Time Event Type.
eTimeEventTypeLine0Line.
eTimeEventTypeMarker1Marker.
eTimeEventTypeText2Text.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.