|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGPFieldInfo3
Provides access to the properties/methods of a geoprocessing field info object.
| Method Summary | |
|---|---|
String |
getAliasName(int index)
Returns the real alias of the specified field in the field info object. |
void |
setAliasName(int index,
String alias)
Sets the real alias of the specified field in the field info object. |
| Method Detail |
|---|
String getAliasName(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAliasName(int index,
String alias)
throws IOException,
AutomationException
index - The index (in)alias - The alias (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 | ||||||||