ArcObjects Library Reference (Geoprocessing)  

IGPParameterEdit.Domain Property

Domain of the geoprocessing parameter.

[Visual Basic .NET]
Public WriteOnly Property Domain
[C#]
public void Domain {set;}
[C++]
HRESULT putref_Domain(
  IGPDomain* 
);
[C++]

Parameters

[in]

   is a parameter of type IGPDomain

Product Availability

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

See Also

IGPParameterEdit Interface