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