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


IGPParameterInfo2.Domain Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPParameterInfo2 Interface > IGPParameterInfo2.Domain Property
ArcGIS Developer Help

IGPParameterInfo2.Domain Property

The parameter domain.

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

ppDomain is a parameter of type IGPDomain** ppDomain [in]
ppDomain is a parameter of type IGPDomain*

Product Availability

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

See Also

IGPParameterInfo2 Interface