|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRangeDomain
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.
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 |
---|
Object getMinValue() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMinValue(Object value) throws IOException, AutomationException
value
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getMaxValue() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMaxValue(Object value) throws IOException, AutomationException
value
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |