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


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

.NET Related Topics

Building a custom geoprocessing function tool