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


IFieldDomainInfo.Domain Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFieldDomainInfo Interface > IFieldDomainInfo.Domain Property
ArcGIS Developer Help

IFieldDomainInfo.Domain Property

The Domain.

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

ppDomain is a parameter of type IDomain**

Product Availability

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

See Also

IFieldDomainInfo Interface