ArcObjects Library Reference (Geoprocessing)  

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