STK ObjectsSend comments on this topic.
GetTimeComponent Method (IAgVeGfxTimeComponentsEventElement)
See Also
Windows





Windows & Linux

Description

Returns an instance of a time component which provides the time intervals to control the appearance and visibility of the graphics path. The method may throw an exception if the component is invalid.

Syntax

[Visual Basic .NET]
Public Function GetTimeComponent() As IAgCrdn
[C#]
public IAgCrdn GetTimeComponent();
[Managed C++]
public: IAgCrdn ^ GetTimeComponent();
[Unmanaged C++]
public: HRESULT GetTimeComponent(
    IAgCrdn ** ppRetVal
);
[Java]
public IAgCrdn getTimeComponent();
[Python - STK API ]
def GetTimeComponent(self) -> "IAgCrdn":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.