ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data.DDL Namespace / RangeDomainDescription Class / RangeDomainDescription Constructor / RangeDomainDescription Constructor(RangeDomain)
The ArcGIS.Core.Data.RangeDomain that the description object is representing.

In This Topic
    RangeDomainDescription Constructor(RangeDomain)
    In This Topic
    Creates a description object of the ArcGIS.Core.Data.RangeDomain.
    Syntax
    public RangeDomainDescription( 
       RangeDomain rangeDomain
    )
    Public Function New( _
       ByVal rangeDomain As RangeDomain _
    )

    Parameters

    rangeDomain
    The ArcGIS.Core.Data.RangeDomain that the description object is representing.
    Exceptions
    ExceptionDescription
    rangeDomain is null.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also