This document is archived and information here might be outdated.  Recommended version.


IOverflowGraphicsContainer.AddOverflowElement Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IO > IOverflowGraphicsContainer Interface > IOverflowGraphicsContainer.AddOverflowElement Method
ArcGIS Developer Help

IOverflowGraphicsContainer.AddOverflowElement Method

Add an element to the collection.

[Visual Basic .NET]
Public Sub AddOverflowElement ( _
    ByVal pElement As IElement _
)
[C#]
public void AddOverflowElement (
    IElement pElement
);
[C++]
HRESULT AddOverflowElement(
  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