Adds a model file at the given time. Time Param uses DateFormat Dimension.
[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": |
- Time
- The time to switch to the model.
- Filename
- The filename where the model exists.