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(
|
| [Managed C++] |
|---|
public: IAgVOModelItem^ Add(
|
| [Java] |
|---|
public IAgVOModelItem add(
|
| [Unmanaged C++] |
|---|
public: HRESULT Add(
|
- Time
- The time to switch to the model.
- Filename
- The filename where the model exists.