public interface IColorCode
extends java.io.Serializable
Description: 'Provides access to members that specify the properties of a color code in color set.' 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 =
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID679a2afb_ad4f_43fd_84af_3013d73ab500 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
IStringArray |
getHexCodes()
Returns the HexCode values.
|
int |
getID()
Returns the color ID.
|
java.lang.String |
getLabel()
Returns the label of the color.
|
java.lang.String |
getName()
Returns the name.
|
static final int IID679a2afb_ad4f_43fd_84af_3013d73ab500
static final int xxDummy
static final java.lang.String IID
int getID()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getLabel()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.IStringArray getHexCodes() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.