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( |
[Managed C++] |
---|
public: void RemoveByName( |
[Java] |
---|
public removeByName( |
[Unmanaged C++] |
---|
public: HRESULT RemoveByName( |
- Type
Member Value Description eVectorElem 0 Vector geometric element. eAxesElem 1 Axes geometric element. eAngleElem 2 Angle geometric element. ePointElem 3 Point geometric element. ePlaneElem 4 Plane geometric element. - Name