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

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

    Parameters

    name
    The name of the description.
    rangeDomain
    The ArcGIS.Core.Data.RangeDomain that the description object is representing.
    Exceptions
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 8.1

    See Also