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






Windows & Linux

Description

Type of time event graphics: line, marker or text.

Syntax

[Visual Basic .NET]
Public Sub SetTimeEventType( _
   ByVal TimeEventType As AgEVeGfxTimeEventType _
) 
[C#]
public void SetTimeEventType(
   AgEVeGfxTimeEventType TimeEventType
);
[Managed C++]
public: void SetTimeEventType(
   AgEVeGfxTimeEventType TimeEventType
);
[Java]
public  setTimeEventType(
   AgEVeGfxTimeEventType TimeEventType
);
[Unmanaged C++]
public: HRESULT SetTimeEventType(
   AgEVeGfxTimeEventType TimeEventType
);

Parameters

TimeEventType
MemberValueDescription
eTimeEventTypeUnknown-1Unknown Time Event Type.
eTimeEventTypeLine0Line.
eTimeEventTypeMarker1Marker.
eTimeEventTypeText2Text.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.