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

In This Topic
    Domain Class
    In This Topic
    Represents a domain from a geodatabase.
    Syntax
    public abstract class Domain : ArcGIS.Core.CoreObjectsBase, System.IDisposable  
    Public MustInherit Class Domain 
       Inherits ArcGIS.Core.CoreObjectsBase
       Implements 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