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


IGPParameterEdit.DefaultEnvironmentName Property (ArcObjects .NET 10.5 SDK)
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