Provides access to members that return and modify range domain values.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
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.
When To Use
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.
Members
Description | ||
---|---|---|
MaxValue | The maximum value for the associated attribute. | |
MinValue | The minimum value for the associated attribute. |
CoClasses that implement IRangeDomain
CoClasses and Classes | Description |
---|---|
GPRangeDomain (esriGeoprocessing) | Geoprocessing Range Domain. |
RangeDomain | ESRI Range Domain object. |