com.esri.arcgis.geoprocessing
Interface IGPParameter2

All Superinterfaces:
IGPParameter, java.io.Serializable
All Known Subinterfaces:
IGPParameter3
All Known Implementing Classes:
GPParameter, IGPParameter2Proxy, IGPParameter3Proxy, MdParameter

public interface IGPParameter2
extends IGPParameter, java.io.Serializable

COM Interface 'IGPParameter2'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

Description: 'Provides access to the properties/methods of a geoprocessing parameter object.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID3a5bcff9_9178_4cfe_9cd9_20b7593cb17f
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geoprocessing.IGPParameter
IID40ef6d06_4e62_4b3d_98e6_85f7a0607730
 
Method Summary
 boolean isManaged()
          Indicates whether the parameter is managed.
 
Methods inherited from interface com.esri.arcgis.geoprocessing.IGPParameter
getCategory, getChoiceList, getControlCLSID, getDataType, getDefaultEnvironmentName, getDirection, getDisplayName, getDisplayOrder, getDomain, getName, getParameterDependencies, getParameterType, getValue, isAltered, isEnabled, isHasBeenValidated
 

Field Detail

IID3a5bcff9_9178_4cfe_9cd9_20b7593cb17f

static final int IID3a5bcff9_9178_4cfe_9cd9_20b7593cb17f
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isManaged

boolean isManaged()
                  throws java.io.IOException,
                         AutomationException
Indicates whether the parameter is managed.

Returns:
The managed
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.