Remove the specified element.
| [Visual Basic .NET] |
|---|
Public Sub Remove( _
ByVal DrawElem As IAgDrawElem _
)
|
| [C#] |
|---|
public void Remove(
|
| [Managed C++] |
|---|
public: void Remove(
|
| [Java] |
|---|
public remove(
|
| [Unmanaged C++] |
|---|
public: HRESULT Remove(
|
- 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] | Copy Code
|
|
|---|---|---|
|
||