com.esri.arcgis.geoprocessing
Interface IGPParameterEdit2

All Superinterfaces:
IGPParameterEdit, java.io.Serializable
All Known Subinterfaces:
IGPParameterEdit3
All Known Implementing Classes:
GPParameter, IGPParameterEdit2Proxy, IGPParameterEdit3Proxy, MdParameter

public interface IGPParameterEdit2
extends IGPParameterEdit, java.io.Serializable

COM Interface 'IGPParameterEdit2'. 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 IID1ba34152_5e03_4df1_a402_22c7e2a9f869
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geoprocessing.IGPParameterEdit
IID41ea73ee_8c7f_4ec8_bf00_1c5b11ef781d
 
Method Summary
 void setManaged(boolean rhs1)
          Indicates whether the parameter is managed.
 
Methods inherited from interface com.esri.arcgis.geoprocessing.IGPParameterEdit
addDependency, setAltered, setCategory, setChoiceListByRef, setControlCLSID, setDataTypeByRef, setDefaultEnvironmentName, setDirection, setDisplayName, setDisplayOrder, setDomainByRef, setEnabled, setHasBeenValidated, setName, setParameterDependencies, setParameterType, setValueByRef
 

Field Detail

IID1ba34152_5e03_4df1_a402_22c7e2a9f869

static final int IID1ba34152_5e03_4df1_a402_22c7e2a9f869
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

setManaged

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

Parameters:
rhs1 - The rhs1 (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.