com.esri.arcgis.carto
Interface IGraphicsContainerProperty

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DataGraphTElement, GroupElement, IGraphicsContainerPropertyProxy, MapFrame, SimpleElementSelection

public interface IGraphicsContainerProperty
extends java.io.Serializable

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

Description: 'Provides access to members that control Graphics Container Properties.' 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 IIDe46bdc13_40b1_11d4_a683_0008c7df88db
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IGraphicsContainer getGraphicsContainer()
          Element's graphics container.
 void setGraphicsContainerByRef(IGraphicsContainer container)
          Element's graphics container.
 

Field Detail

IIDe46bdc13_40b1_11d4_a683_0008c7df88db

static final int IIDe46bdc13_40b1_11d4_a683_0008c7df88db
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

getGraphicsContainer

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

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

setGraphicsContainerByRef

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

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