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


IGPEnvironment.Domain Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPEnvironment.Domain Property

Domain of the geoprocessing environment.

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

Parameters Domain [out, retval]
Domain is a parameter of type IGPDomain Domain [in]
Domain is a parameter of type IGPDomain

Product Availability

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

Remarks

The Domain property returns the domain of Value objects associated with the environment. It is used during validation to ensure only acceptable values are used.

See Also

IGPEnvironment Interface