STK ObjectsSend comments on this topic.
SetTimeComponent Method (IAgDisplayTimesTimeComponent)
See Also
Component
Windows





Windows & Linux

Description

Configure the display times using the specified time component. Allowed are only intervals and interval lists.

Syntax

[Visual Basic .NET]
Public Sub SetTimeComponent( _
    ByVal Component As IAgCrdn _
)
[C#]
public void SetTimeComponent(
    IAgCrdn Component
);
[Managed C++]
public: void SetTimeComponent(
    IAgCrdn ^ Component
);
[Unmanaged C++]
public: HRESULT SetTimeComponent(
    IAgCrdn * Component
);
[Java]
public void setTimeComponent(
    IAgCrdn Component
);
[Python - STK API ]
def SetTimeComponent(self, Component:"IAgCrdn") -> None:

Parameters

Component

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.