Removes the child with the given name.
[Visual Basic .NET] |
---|
Public Sub RemoveChild( _ ByVal ChildName As String _ ) |
[C#] |
---|
public void RemoveChild( string ChildName ); |
[Managed C++] |
---|
public: void RemoveChild( String __gc ^ ChildName ); |
[Unmanaged C++] |
---|
public: HRESULT RemoveChild( BSTR ChildName ); |
[Java] |
---|
public void removeChild( String ChildName ); |
[Python - STK API ] |
---|
def RemoveChild(self, ChildName:str) -> None: |
- ChildName