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