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

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, Windows 8.1

ArcGIS Pro version: 2.0 or higher.
See Also