Provides access to the editable properties/methods of a geoprocessing environment object.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
When To Use
The IGPEnvironment interface is used to define the properties and methods of a geoprocessing environment setting. Examples are the Extent, Current Workspace, and the Output Coordinate System. For more detail, please refer to the technical document: Building Geoprocessing Function Tools.
Members
Description | ||
---|---|---|
AddDependency | Adds the name of an environment that the geoprocessing environment is dependent on. | |
Category | Category of the geoprocessing environment. | |
ControlCLSID | Class identifier (CLSID) of the ActiveX control to use to edit the geoprocessing environment. | |
DataType | Data type of acceptable values of the geoprocessing environment. | |
Dependencies | Enumeration of environment names the geoprocessing environment is dependent on. | |
DisplayName | Display name of the geoprocessing environment. | |
DisplayOrder | Display order of the geoprocessing environment. | |
Domain | Domain of the geoprocessing environment. | |
MetadataFile | Name of the (XML) file containing the default metadata for this environment object. | |
Name | Name of the geoprocessing environment. | |
Value | Value of the geoprocessing environment. |
CoClasses that implement IGPEnvironment
CoClasses and Classes | Description |
---|---|
GPEnvironment | Geoprocessing Environment object. |