ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.Data Namespace / Geodatabase Class / GetDomains Method

In This Topic
    GetDomains Method (Geodatabase)
    In This Topic
    Gets all the Domain in this geodatabase. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public IReadOnlyList<Domain> GetDomains()
    Public Function GetDomains() As IReadOnlyList(Of Domain)

    Return Value

    A IReadOnlyList of Domain, whose derived types include CodedValueDomain and RangeDomain.
    Exceptions
    ExceptionDescription
    No valid geodatabase has been opened prior to invoking this operation.
    A geodatabase-related exception has occurred.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also