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

RangeDomainDescription Constructor(RangeDomainToken)
Creates a description object of the ArcGIS.Core.Data.RangeDomain.
Syntax
public RangeDomainDescription( 
   RangeDomainToken rangeDomainToken
)

Parameters

rangeDomainToken
The RangeDomainToken that the description object is representing.
Exceptions
ExceptionDescription
rangeDomainToken is null.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

ArcGIS Pro version: 2.8 or higher.
See Also