|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGPCompositeDataType
Provides access to the properties/methods of a geoprocessing composite data type object.
| Method Summary | |
|---|---|
void |
addDataType(IGPDataType pType)
Adds the given data type to the list of acceptable data types in the composite data type. |
int |
getCount()
The number of acceptable data types the composite data type will accept. |
IGPDataType |
getDataType(int index)
The data type object at the given index. |
void |
removeDataType(int index)
Removes the given data type from the list of acceptable data types in the composite 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.
void addDataType(IGPDataType pType)
throws IOException,
AutomationException
pType - A reference to a com.esri.arcgis.geodatabase.IGPDataType (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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||