This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IField Interface > IField.Domain Property (ArcObjects .NET 10.4 SDK) |
The default domain of the field.
[Visual Basic .NET] Public ReadOnly Property Domain As IDomain
[C#] public IDomain Domain {get;}
[C++]
HRESULT get_Domain(
IDomain** Domain
);
[C++]
Parameters Domain [out, retval]
Domain is a parameter of type IDomain
IField Interface | IField.DomainFixed Property | IDomain Interface