public interface IUniqueStringValues2
extends java.io.Serializable
Description: 'Provides access to members that controls unique string 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID066dd15a_3646_4c71_bedf_3b3c9dcb1e4a |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
add(java.lang.String value,
double count)
Adds a value if necessary and returns its value ID.
|
static final int IID066dd15a_3646_4c71_bedf_3b3c9dcb1e4a
static final int xxDummy
static final java.lang.String IID
int add(java.lang.String value, double count) throws java.io.IOException, AutomationException
value
- The value (in)count
- The count (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.