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


IGPEnvironmentManager.SubstituteEnvironments Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPEnvironmentManager.SubstituteEnvironments Method

Substitues the values of the given array of parameters with the current environment values.

[Visual Basic .NET]
Public Sub SubstituteEnvironments ( _
    ByVal pParams As IArray _
)
[C#]
public void SubstituteEnvironments (
    IArray pParams
);
[C++]
HRESULT SubstituteEnvironments(
  IArray* pParams
);
[C++]

Parameters pParams [in]
pParams is a parameter of type IArray

Product Availability

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

See Also

IGPEnvironmentManager Interface