This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPParameter Interface > IGPParameter.DefaultEnvironmentName Property (ArcObjects .NET 10.5 SDK) |
The name of the environment value to use as the default value for the geoprocessing parameter.
[Visual Basic .NET] Public ReadOnly Property DefaultEnvironmentName As String
[C#] public string DefaultEnvironmentName {get;}
[C++]
HRESULT get_DefaultEnvironmentName(
BSTR* Name
);
[C++]
Parameters Name [out, retval] Name is a parameter of type BSTR
The DefaultEnvironmentName property is optional; it initializes the default environment value for a geoprocessing tool parameter.