ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.Data Namespace / Domain Class
Members Version

Domain Class
Represents a domain from a geodatabase.
Syntax
public abstract class Domain : ArcGIS.Core.CoreObjectsBase, System.IDisposable  
Remarks
A domain maintains the information about a specific domain in the geodatabase, including its name, description and the FieldType it can be assigned to.
Inheritance Hierarchy

System.Object
   ArcGIS.Core.CoreObjectsBase
      ArcGIS.Core.Data.Domain
         ArcGIS.Core.Data.CodedValueDomain
         ArcGIS.Core.Data.RangeDomain

Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3 or higher.
See Also