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