com.esri.arcgis.carto
Interface IGraphicsContainerProperty

All Superinterfaces:
Serializable
All Known Implementing Classes:
DataGraphTElement, GroupElement, MapFrame, SimpleElementSelection

public interface IGraphicsContainerProperty
extends Serializable

Provides access to members that control Graphics Container Properties.

Product Availability

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


Method Summary
 IGraphicsContainer getGraphicsContainer()
          Element's graphics container.
 void setGraphicsContainerByRef(IGraphicsContainer container)
          Element's graphics container.
 

Method Detail

getGraphicsContainer

IGraphicsContainer getGraphicsContainer()
                                        throws IOException,
                                               AutomationException
Element's graphics container.

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.IGraphicsContainer
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setGraphicsContainerByRef

void setGraphicsContainerByRef(IGraphicsContainer container)
                               throws IOException,
                                      AutomationException
Element's graphics container.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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