|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGPFieldInfoProperty2
Provides access to the properties/methods of a field info property object.
| Method Summary | |
|---|---|
String |
getJoinDelimiter()
FieldInfo Property Join Delimiter. |
int |
getMergeRule()
FieldInfo Property Merge Rule. |
void |
getTextPos(int[] start,
int[] end)
Returns the start and end text positions. |
void |
setJoinDelimiter(String delimiter)
FieldInfo Property Join Delimiter. |
void |
setMergeRule(int rule)
FieldInfo Property Merge Rule. |
void |
setTextPos(int start,
int end)
Sets the start and end text positions. |
| Method Detail |
|---|
int getMergeRule()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMergeRule(int rule)
throws IOException,
AutomationException
rule - A com.esri.arcgis.geoprocessing.esriGPFieldMapMergeRule constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getJoinDelimiter()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setJoinDelimiter(String delimiter)
throws IOException,
AutomationException
delimiter - The delimiter (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getTextPos(int[] start,
int[] end)
throws IOException,
AutomationException
start - The start (out: use single element array)end - The end (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTextPos(int start,
int end)
throws IOException,
AutomationException
start - The start (in)end - The end (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 | ||||||||