ArcObjects Library Reference (Geoprocessing)  

IGPParameterEdit.DefaultEnvironmentName Property

The name of the environment value to use as the default value for the geoprocessing parameter.

[Visual Basic .NET]
Public WriteOnly Property DefaultEnvironmentName
[C#]
public void DefaultEnvironmentName {set;}
[C++]
HRESULT put_DefaultEnvironmentName(
  BSTR 
);
[C++]

Parameters

[in]    is a parameter of type BSTR

Product Availability

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

See Also

IGPParameterEdit Interface