Adds a model file at the given time. Time Param uses DateFormat Dimension.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgVOModelItem Add( System.Object Time, string Filename ); |
| [Managed C++] |
|---|
public: IAgVOModelItem^ Add( VARIANT Time, String __gc ^ Filename ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgVOModelItem add( AgVariant Time, String Filename ); |
[Python - STK API ] |
|---|
def Add(self, Time:typing.Any, Filename:str) -> "IAgVOModelItem": |
- Time
- The time to switch to the model.
- Filename
- The filename where the model exists.






