|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGPValueTableType
Provides access to the properties/methods of the value table data type.
For an extended code sample refer to the Parameter DataType—Lists section of the Building Geoprocessing Functions technical document.
| Method Summary | |
|---|---|
void |
addDataType(IGPDataType pDataType,
String displayName,
int width,
IUID cLSID)
Adds the given data type to the value table data type. |
IUID |
getControlCLSID(int index)
The class identifier (CLSID) of the ActiveX control for the data type at the given index in the value table data type. |
int |
getCount()
The number of data types/columns of the value table data type. |
IGPDataType |
getDataType(int index)
The data type object of the given column index. |
String |
getDisplayName(int index)
The display name of the given column of the value table data type. |
int |
getWidth(int index)
The width of the given column of the value table data type. |
void |
removeDataType(int index)
Removes the data type/column at the given index from the value table data type. |
| Method Detail |
|---|
int getCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGPDataType getDataType(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getWidth(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getDisplayName(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addDataType(IGPDataType pDataType,
String displayName,
int width,
IUID cLSID)
throws IOException,
AutomationException
pDataType - A reference to a com.esri.arcgis.geodatabase.IGPDataType (in)displayName - The displayName (in)width - The width (in)cLSID - A reference to a com.esri.arcgis.system.IUID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeDataType(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IUID getControlCLSID(int index)
throws IOException,
AutomationException
index - The index (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 | ||||||||