com.esri.arcgis.display
Interface IFieldOverride

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

public interface IFieldOverride
extends java.io.Serializable

COM Interface 'IFieldOverride'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Provides access to the properties of a field override.' 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 IIDaabe9e0b_cabd_40d9_95b0_49db8bca8a57
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getFieldName()
          Name of the field that provides override values.
 int getGraphicAttributeID()
          ID of the overriden graphic attribute.
 IGraphicAttributes getGraphicAttributes()
          Graphic attributes list that contains the overriden graphic attribute.
 

Field Detail

IIDaabe9e0b_cabd_40d9_95b0_49db8bca8a57

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

getFieldName

java.lang.String getFieldName()
                              throws java.io.IOException,
                                     AutomationException
Name of the field that provides override values.

Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGraphicAttributeID

int getGraphicAttributeID()
                          throws java.io.IOException,
                                 AutomationException
ID of the overriden graphic attribute.

Returns:
The iD
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGraphicAttributes

IGraphicAttributes getGraphicAttributes()
                                        throws java.io.IOException,
                                               AutomationException
Graphic attributes list that contains the overriden graphic attribute.

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