This document is archived and information here might be outdated.  Recommended version.


IRangeDomain Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRangeDomain Interface
ArcGIS Developer Help

IRangeDomain Interface

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

Name Description
Read/write property MaxValue The maximum value for the associated attribute.
Read/write property MinValue The minimum value for the associated attribute.

Classes that implement IRangeDomain

Classes Description
GPRangeDomain (esriGeoprocessing) Geoprocessing Range Domain.
RangeDomain Esri Range Domain object.