This document is archived and information here might be outdated.  Recommended version.


IGPScriptTool.Environments Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPScriptTool Interface > IGPScriptTool.Environments Property
ArcGIS Developer Help

IGPScriptTool.Environments Property

The environments associated with the tool.

[Visual Basic .NET]
Public Property Environments As IArray
[C#]
public IArray Environments {get; set;}
[C++]
HRESULT get_Environments(
  IArray** Environments
);
[C++]
HRESULT putref_Environments(
  IArray* Environments
);
[C++]
Parameters
Environments [out, retval]

Environments is a parameter of type IArray** Environments [in]
Environments is a parameter of type IArray*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGPScriptTool Interface