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] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
[Python - STK API ] |
|---|
def RemoveByName(self, Type:"AgEGeometricElemType", Name:str) -> None: |
- Type
- Name






