com.esri.arcgis.geoprocessing
Interface IGPParameterEdit3
- All Superinterfaces:
- IGPParameterEdit, IGPParameterEdit2, Serializable
- All Known Implementing Classes:
- GPParameter, MdParameter
public interface IGPParameterEdit3
- extends IGPParameterEdit2, Serializable
Provides access to the properties/methods of a geoprocessing parameter object.
Description
This interface is new at ArcGIS 9.3. It supersedes IGPParameterEdit and IGPParameterEdit2.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Method Summary |
void |
setSchemaByRef(IGPSchema rhs1)
Indicates how the output value is to be generated and populated during validate. |
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 |
setSchemaByRef
void setSchemaByRef(IGPSchema rhs1)
throws IOException,
AutomationException
- Indicates how the output value is to be generated and populated during validate.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
rhs1
- A reference to a com.esri.arcgis.geoprocessing.IGPSchema (in)
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.