This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRangeDomain Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that return and modify range domain values.
IRangeDomain interface is used to maintain information regarding this range domain. Properties allow you to set and retrieve the minimum and maximum values for this domain type.
IRangeDomain is the interface on a RangeDomain object used to get and set the properties of a range domain object. For example, use the IRangeDomain interface when creating a new RangeDomain to set its minimum and maximum values.
Description | ||
---|---|---|
MaxValue | The maximum value for the associated attribute. | |
MinValue | The minimum value for the associated attribute. |
CoClasses and Classes | Description |
---|---|
GPRangeDomain (esriGeoprocessing) | Geoprocessing Range Domain. |
RangeDomain | Esri Range Domain object. |