ArcGIS Pro 3.1 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.
Version

RangeDomainDescription Constructor(RangeDomain)
Creates a description object of the ArcGIS.Core.Data.RangeDomain.
Syntax
public RangeDomainDescription( 
   RangeDomain 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.0 or higher.
See Also