ArcObjects Library Reference (Geoprocessing)  

IGPParameterEdit2 Interface

Provides access to the properties/methods of a geoprocessing parameter object. Note: the IGPParameterEdit2 interface has been superseded byIGPParameterEdit3. Please consider using the more recent version.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Method AddDependency Adds the name of a parameter that this geoprocessing parameter object is dependent on.
Write-only property Altered Indicates whether the parameter value has been explicitly set (by the user).
Write-only property Category Category of the geoprocessing parameter.
Write-only property ChoiceList The choice list object of the geoprocessing parameter.
Write-only property ControlCLSID The class identifier (CLSID) of the ActiveX control to use to edit the geoprocessing parameter.
Write-only property DataType Data type of the geoprocessing parameter.
Write-only property DefaultEnvironmentName The name of the environment value to use as the default value for the geoprocessing parameter.
Write-only property Direction Direction of the geoprocessing parameter.
Write-only property DisplayName Display name of the geoprocessing parameter.
Write-only property DisplayOrder The display order of the geoprocessing parameter.
Write-only property Domain Domain of the geoprocessing parameter.
Write-only property Enabled Indicates whether the ActiveX control for the geoprocessing parameter should be enabled/disabled.
Write-only property HasBeenValidated Indicates whether the parameter value has been modified since the last time the parameter was validated (i.e., since Validate() was called).
Write-only property Managed Indicates whether the parameter is managed.
Write-only property Name Name of the geoprocessing parameter.
Write-only property ParameterDependencies Enumeration of parameter names the geoprocessing parameter is dependent on.
Write-only property ParameterType Type of the geoprocessing parameter.
Write-only property Value The current value object of the geoprocessing parameter.

Inherited Interfaces

Interfaces Description
IGPParameterEdit Provides access to the editable properties/methods of a geoprocessing parameter object.

CoClasses that implement IGPParameterEdit2

CoClasses and Classes Description
GPParameter Geoprocessing Parameter object.
MdParameter Model parameter object that references a model variable or contains a value object.