STK ObjectsSend 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
);
[Unmanaged C++]
public: HRESULT Add(
    VARIANT Time,
    BSTR Filename,
    IAgVOModelItem ** ppIAgVOModelItem
);
[Java]
public IAgVOModelItem add(
    AgVariant Time,
    String Filename
);
[Python - STK API ]
def Add(self, Time:typing.Any, Filename:str) -> "IAgVOModelItem":

Parameters

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.