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

© 2018 Analytical Graphics, Inc. All Rights Reserved.