public interface IGPDomain
extends java.io.Serializable
Description: 'Provides access to members of a Geoprocessing Domain.' 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 |
IID0948f56f_9a99_4672_959e_3519f5676add |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IGPMessage |
memberOf(IGPValue value)
Indicates if the value object is a member of the geoprocessing domain type.
|
static final int IID0948f56f_9a99_4672_959e_3519f5676add
static final int xxDummy
static final java.lang.String IID
IGPMessage memberOf(IGPValue value) throws java.io.IOException, AutomationException
value
- A reference to a com.esri.arcgis.geodatabase.IGPValue (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.