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