This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPEnvironment Interface > IGPEnvironment.Domain Property (ArcObjects .NET 10.4 SDK) |
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
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.