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


IGPParameterEdit.DefaultEnvironmentName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPParameterEdit Interface > IGPParameterEdit.DefaultEnvironmentName Property
ArcGIS Developer Help

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