This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPScriptTool Interface > IGPScriptTool.Environments Property (ArcObjects .NET 10.4 SDK) |
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