Removes an element from the collection using the element's path. The method does not throw an exception if the element with the specified name is not in the collection.
[Visual Basic .NET] |
---|
Public Sub RemoveByName( _ ByVal Type As AgEGeometricElemType, _ ByVal Name As String _ ) |
[C#] |
---|
public void RemoveByName( AgEGeometricElemType Type, string Name ); |
[Managed C++] |
---|
public: void RemoveByName( AgEGeometricElemType Type, String __gc ^ Name ); |
[Unmanaged C++] |
---|
public: HRESULT RemoveByName( AgEGeometricElemType Type, BSTR Name ); |
[Java] |
---|
public void removeByName( AgEGeometricElemType Type, String Name ); |
[Python - STK API ] |
---|
def RemoveByName(self, Type:"AgEGeometricElemType", Name:str) -> None: |
- Type
- Name