public interface IColorSet
extends java.io.Serializable
Description: 'Provides access to members that specify the properties of a 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 |
IID3a2f2d20_b66c_4da9_a0e8_c1e7719d0f33 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
IArray |
getColorCodes()
Returns the color codes of color set.
|
int |
getID()
Returns the color set ID.
|
java.lang.String |
getName()
Returns the name.
|
static final int IID3a2f2d20_b66c_4da9_a0e8_c1e7719d0f33
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.IArray getColorCodes() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.