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






