|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ICodedValueDomain2
Provides access to members that sort a coded value domain.
| Method Summary | |
|---|---|
void |
sortByName(boolean descending)
Sort the codes in the coded value domain by name. |
void |
sortByValue(boolean descending)
Sort the codes in the coded value domain by value. |
| Methods inherited from interface com.esri.arcgis.geodatabase.ICodedValueDomain |
|---|
addCode, deleteCode, getCodeCount, getName, getValue |
| Method Detail |
|---|
void sortByName(boolean descending)
throws IOException,
AutomationException
descending - The descending (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void sortByValue(boolean descending)
throws IOException,
AutomationException
descending - The descending (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 | ||||||||