AGI STK Objects 11 Send comments on this topic.
Add Method (IAgCvAssetListCollection)
See Also 
ObjectPath





Description

Adds a new element to the collection.

Syntax

[Visual Basic .NET]
Public Function Add( _
   ByVal ObjectPath As String _
) As IAgCvAssetListElement

[C#]
public IAgCvAssetListElement Add(
string ObjectPath
);

[Managed C++]
public: IAgCvAssetListElement^ Add(
String __gc ^ ObjectPath
);

[Java]
public IAgCvAssetListElement add(
String ObjectPath
);

[Unmanaged C++]
public: HRESULT Add(
BSTR ObjectPath,
IAgCvAssetListElement ** ReturnValue
);

Parameters

ObjectPath

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1