STK ObjectsSend 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
);
[Unmanaged C++]
public: HRESULT SetTimeEventType(
    AgEVeGfxTimeEventType TimeEventType
);
[Java]
public void setTimeEventType(
    AgEVeGfxTimeEventType TimeEventType
);
[Python - STK API ]
def SetTimeEventType(self, TimeEventType:"AgEVeGfxTimeEventType") -> None:

Parameters

TimeEventType

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.