com.esri.arcgis.geodatabase
Interface IGPRangeDomain2

All Superinterfaces:
Serializable
All Known Implementing Classes:
GPRangeDomain2

public interface IGPRangeDomain2
extends Serializable

.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 Object getMaxValue()
          The maximum value for the associated attribute.
 Object getMinValue()
          The minimum value for the associated attribute.
 void setMaxValue(Object value)
          The maximum value for the associated attribute.
 void setMinValue(Object value)
          The minimum value for the associated attribute.
 

Method Detail

getMinValue

Object getMinValue()
                   throws IOException,
                          AutomationException
The minimum value for the associated attribute.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A Variant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMinValue

void setMinValue(Object value)
                 throws IOException,
                        AutomationException
The minimum value for the associated attribute.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
value - A Variant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaxValue

Object getMaxValue()
                   throws IOException,
                          AutomationException
The maximum value for the associated attribute.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A Variant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMaxValue

void setMaxValue(Object value)
                 throws IOException,
                        AutomationException
The maximum value for the associated attribute.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
value - A Variant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.