|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGraphicAttributeEnumType
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 |
---|
static final int IID48f26326_e4c4_4da8_b795_bf64bfb644da
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void reset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int nextValue() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addValue(int value, java.lang.String text) throws java.io.IOException, AutomationException
value
- The value (in)text
- The text (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |