com.esri.arcgis.carto
Interface ICompositeMapSurround

All Superinterfaces:
Serializable
All Known Implementing Classes:
ICompositeMapSurroundProxy

public interface ICompositeMapSurround
extends Serializable

Provides access to members that control map surrounds that are composed of graphic elements.

Product Availability

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


Method Summary
 IEnumElement elements(IDisplay display, IEnvelope bounds)
          Returns the elements that are used to render this surround.
 

Method Detail

elements

IEnumElement elements(IDisplay display,
                      IEnvelope bounds)
                      throws IOException,
                             AutomationException
Returns the elements that are used to render this surround.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
display - A reference to a com.esri.arcgis.display.IDisplay (in)
bounds - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Returns:
A reference to a com.esri.arcgis.carto.IEnumElement
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.