STK ObjectsSend comments on this topic.
SetTimeArrayComponent Method (IAgScAnimation)
See Also
Component
Windows





Windows & Linux

Description

Configure the time array using the specified time component. Allowed are only event arrays.

Syntax

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

Parameters

Component

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.