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


IOverflowGraphicsContainer.OverflowElements Property (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.OverflowElements Property
ArcGIS Developer Help

IOverflowGraphicsContainer.OverflowElements Property

Element collection.

[Visual Basic .NET]
Public Property OverflowElements As IElementCollection
[C#]
public IElementCollection OverflowElements {get; set;}
[C++]
HRESULT get_OverflowElements(
  IElementCollection** Elements
);
[C++]
HRESULT putref_OverflowElements(
  IElementCollection* Elements
);
[C++]
Parameters
Elements [out, retval]

Elements is a parameter of type IElementCollection** Elements [in]
Elements is a parameter of type IElementCollection*

Product Availability

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

See Also

IOverflowGraphicsContainer Interface