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