Delete an element in the collection.
[Visual Basic .NET] Public Sub DeleteOverflowElement ( _ ByVal pElement As IElement _ )
[C#] public void DeleteOverflowElement ( IElement pElement );
[C++]
HRESULT DeleteOverflowElement(
IElement* pElement
);
[C++]Parameters
pElementpElement is a parameter of type IElement
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.