public interface IGPChoiceList
extends java.io.Serializable
Description: 'Provides access to members that return Geoprocessing Choice Lists.' 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 |
IID1a4b7a52_e1d9_4ab8_a741_70467cbf9f5f |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IGPCodedValueDomain |
makeChoiceList(IArray value,
IGPDomain domain)
Creates a coded value domain from an array of geoprocessing value objects.
|
static final int IID1a4b7a52_e1d9_4ab8_a741_70467cbf9f5f
static final int xxDummy
static final java.lang.String IID
IGPCodedValueDomain makeChoiceList(IArray value, IGPDomain domain) throws java.io.IOException, AutomationException
value
- A reference to a com.esri.arcgis.system.IArray (in)domain
- A reference to a com.esri.arcgis.geodatabase.IGPDomain (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.