com.esri.arcgis.carto
Interface IGraphicsComposite
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- AlternatingScaleBar, CalibratedMapGridBorder, CustomOverlayGrid, DoubleAlternatingScaleBar, Graticule, HollowScaleBar, IndexGrid, Legend, LocatorRectangle, MapFrame, MapSurroundFrame, MarkerNorthArrow, MeasuredGrid, MgrsGrid, ScaleLine, ScaleText, SimpleMapGridBorder, SingleDivisionScaleBar, SteppedScaleLine, SymbolBackground, SymbolBorder, SymbolShadow
public interface IGraphicsComposite
- extends Serializable
Provides access to members that control objects that are composed of graphic elements.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
getGraphics
IEnumElement getGraphics(IDisplay display,
Object data)
throws IOException,
AutomationException
- Graphic elements that are used to render this object. The data argument is defined by the coclass that implements this interface.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
display
- A reference to a com.esri.arcgis.display.IDisplay (in)data
- A reference to another Object (IUnknown) (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.