Remove the specified element.
[Visual Basic .NET] |
---|
Public Sub Remove( _ ByVal DrawElem As AgDrawElem _ ) As |
[C#] |
---|
public void Remove( AgDrawElem DrawElem ); |
[Managed C++] |
---|
public: void Remove( AgDrawElem ^ DrawElem ); |
[Java] |
---|
public void remove( AgDrawElem DrawElem ); |
[Unmanaged C++] |
---|
public: HRESULT Remove( AgDrawElem * DrawElem ); |
- DrawElem
- Element to remove from the collection.
None. An automation exception is thrown if the element is not found in the collection.
[Visual Basic .NET] | ||
---|---|---|
|