com.esri.arcgis.carto
Interface IOverflowGraphicsContainer

All Superinterfaces:
Serializable
All Known Implementing Classes:
CompositeGraphicsLayer, FDOGraphicsLayer

public interface IOverflowGraphicsContainer
extends Serializable

Provides access to members that control the Overflow Graphics Container.

Product Availability

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


Method Summary
 void addOverflowElement(IElement pElement)
          Add an element to the collection.
 void deleteAllOverflowElements()
          Delete all the element in the collection.
 void deleteOverflowElement(IElement pElement)
          Delete an element in the collection.
 IElementCollection getOverflowElements()
          Element collection.
 void setOverflowElementsByRef(IElementCollection elements)
          Element collection.
 

Method Detail

getOverflowElements

IElementCollection getOverflowElements()
                                       throws IOException,
                                              AutomationException
Element collection.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Returns:
A reference to a com.esri.arcgis.carto.IElementCollection
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOverflowElementsByRef

void setOverflowElementsByRef(IElementCollection elements)
                              throws IOException,
                                     AutomationException
Element collection.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
elements - A reference to a com.esri.arcgis.carto.IElementCollection (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deleteAllOverflowElements

void deleteAllOverflowElements()
                               throws IOException,
                                      AutomationException
Delete all the element in the collection.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deleteOverflowElement

void deleteOverflowElement(IElement pElement)
                           throws IOException,
                                  AutomationException
Delete an element in the collection.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
pElement - A reference to a com.esri.arcgis.carto.IElement (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addOverflowElement

void addOverflowElement(IElement pElement)
                        throws IOException,
                               AutomationException
Add an element to the collection.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
pElement - A reference to a com.esri.arcgis.carto.IElement (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.