AGI STK Objects 11 Send comments on this topic.
Add Method (IAgVOModelCollection)
See Also 
Time
The time to switch to the model.
Filename
The filename where the model exists.
Windows






Windows & Linux

Description

Adds a model file at the given time. Time Param uses DateFormat Dimension.

Syntax

[Visual Basic .NET]
Public Function Add( _
   ByVal Time As System.Object, _
   ByVal Filename As String _
) As IAgVOModelItem

[C#]
public IAgVOModelItem Add(
System.Object Time,
string Filename
);

[Managed C++]
public: IAgVOModelItem^ Add(
VARIANT Time,
String __gc ^ Filename
);

[Java]
public IAgVOModelItem add(
Variant Time,
String Filename
);

[Unmanaged C++]
public: HRESULT Add(
VARIANT Time,
BSTR Filename,
IAgVOModelItem ** ReturnValue
);

Parameters

Time
The time to switch to the model.
Filename
The filename where the model exists.

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface