Adds a new element to the collection.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgCvAssetListElement Add( string ObjectPath ); |
| [Managed C++] |
|---|
public: IAgCvAssetListElement^ Add( String __gc ^ ObjectPath ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgCvAssetListElement add( String ObjectPath ); |
[Python - STK API ] |
|---|
def Add(self, ObjectPath:str) -> "IAgCvAssetListElement": |
- ObjectPath






