This document is archived and information here might be outdated. Recommended version. |
Provides access to the editable properties/methods of a geoprocessing environment object.
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.
Name | 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. |
Classes | Description |
---|---|
GPEnvironment | Geoprocessing Environment object. |