com.esri.arcgis.display
Interface IGraphicAttributeEnumType

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GraphicAttributeEnumType, IGraphicAttributeEnumTypeProxy

public interface IGraphicAttributeEnumType
extends java.io.Serializable

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

Description: 'Provides access to methods accessing graphic attribute enumeration values.' 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 IID48f26326_e4c4_4da8_b795_bf64bfb644da
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void addValue(int value, java.lang.String text)
          Adds a new value to the graphic attribute enumeration.
 int nextValue()
          Hands back the next value in the enumeration.
 void reset()
          Resets the enumeration of values.
 

Field Detail

IID48f26326_e4c4_4da8_b795_bf64bfb644da

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

reset

void reset()
           throws java.io.IOException,
                  AutomationException
Resets the enumeration of values.

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

nextValue

int nextValue()
              throws java.io.IOException,
                     AutomationException
Hands back the next value in the enumeration.

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

addValue

void addValue(int value,
              java.lang.String text)
              throws java.io.IOException,
                     AutomationException
Adds a new value to the graphic attribute enumeration.

Parameters:
value - The value (in)
text - The text (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.