AGI STK Objects 11 Send 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
);

[Java]
public  setTimeComponent(
IAgCrdn Component
);

[Unmanaged C++]
public: HRESULT SetTimeComponent(
IAgCrdn * Component
);

Parameters

Component

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface