ArcObjects Library Reference  (Geoprocessing)    

IGPParameter.DefaultEnvironmentName Property

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

[Visual Basic 6.0]
Property DefaultEnvironmentName As String
[Visual Basic .NET]
Public ReadOnly Property DefaultEnvironmentName As String
[C#]
public string DefaultEnvironmentName {get;}
[Java]
public String getDefaultEnvironmentName()
throws
    IOException,
    AutomationException
[C++]
HRESULT get_DefaultEnvironmentName(
  BSTR* Name
);
[C++]

Parameters

Name [out, retval]

  Name is a parameter of type BSTR

Product Availability

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

Remarks

The DefaultEnvironmentName property is optional; it initializes the default environment value for a geoprocessing tool parameter.

See Also

IGPParameter Interface

 


Feedback Send feedback on this page