Adds to the collection a link to an STK object with the given object path and name.
[Visual Basic .NET] |
---|
Public Sub Add( _ ByVal Name As String _ ) |
[C#] |
---|
public void Add( string Name ); |
[Managed C++] |
---|
public: void Add( String __gc ^ Name ); |
[Unmanaged C++] |
---|
public: HRESULT Add( BSTR Name ); |
[Java] |
---|
public void add( String Name ); |
[Python - STK API ] |
---|
def Add(self, Name:str) -> None: |
- Name
- The path to the object.