ArcObjects Library Reference  (Carto)    

IOverflowGraphicsContainer.DeleteOverflowElement Method

Delete an element in the collection.

[Visual Basic 6.0]
Sub DeleteOverflowElement(
    ByVal pElement As IElement _
)
[Visual Basic .NET]
Public Sub DeleteOverflowElement ( _
    ByVal pElement As IElement _
)
[C#]
public void DeleteOverflowElement (
    IElement pElement
);
[Java]
public void deleteOverflowElement (
    IElement pElement
)
throws
    IOException,
    AutomationException
[C++]
HRESULT DeleteOverflowElement(
  IElement* pElement
);
[C++]

Parameters

pElement

  pElement is a parameter of type IElement

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IOverflowGraphicsContainer Interface

 


Feedback Send feedback on this page