ArcGIS Pro 2.9 API Reference Guide
RangeDomainDescription Constructor(String,RangeDomain)

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.
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
ExceptionDescription
name is invalid.
rangeDomain is null.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

RangeDomainDescription Class
RangeDomainDescription Members
Overload List