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





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
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