Removes an element from the collection given a ObjectPath.
[Visual Basic .NET] |
---|
Public Sub Remove( _ ByVal ObjectPath As String _ ) |
[C#] |
---|
public void Remove( string ObjectPath ); |
[Managed C++] |
---|
public: void Remove( String __gc ^ ObjectPath ); |
[Unmanaged C++] |
---|
public: HRESULT Remove( BSTR ObjectPath ); |
[Java] |
---|
public void remove( String ObjectPath ); |
[Python - STK API ] |
---|
def Remove(self, ObjectPath:str) -> None: |
- ObjectPath