com.esri.arcgis.geoprocessing
Interface IGPParameterEdit2
- All Superinterfaces:
- IGPParameterEdit, Serializable
- All Known Subinterfaces:
- IGPParameterEdit3
- All Known Implementing Classes:
- GPParameter, MdParameter
public interface IGPParameterEdit2
- extends IGPParameterEdit, Serializable
Provides access to the properties/methods of a geoprocessing parameter object.
Superseded By
IGPParameterEdit3
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
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 |
setManaged
void setManaged(boolean rhs1)
throws IOException,
AutomationException
- Indicates whether the parameter is managed.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
rhs1
- The rhs1 (in)
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.