com.esri.arcgis.carto
Interface ICompositeMapSurround

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ICompositeMapSurroundProxy

public interface ICompositeMapSurround
extends java.io.Serializable

COM Interface 'ICompositeMapSurround'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control map surrounds that are composed of graphic elements.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID2ecb6bb5_d5a4_11d3_9305_00600802e603
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IEnumElement elements(IDisplay display, IEnvelope bounds)
          Returns the elements that are used to render this surround.
 

Field Detail

IID2ecb6bb5_d5a4_11d3_9305_00600802e603

static final int IID2ecb6bb5_d5a4_11d3_9305_00600802e603
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

elements

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

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