|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPTableSchema
Provides access to the properties/methods of a geoprocessing table schema object.
This interface is new at ArcGIS 9.3.
Method Summary | |
---|---|
IFields |
getAdditionalFields()
Inidicates additional fields for the fields property. |
int |
getFieldsRule()
Inidicates how the fields property is to be managed. |
void |
setAdditionalFieldsByRef(IFields fields)
Inidicates additional fields for the fields property. |
void |
setFieldsRule(int type)
Inidicates how the fields property is to be managed. |
Method Detail |
---|
int getFieldsRule() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFieldsRule(int type) throws IOException, AutomationException
type
- A com.esri.arcgis.geoprocessing.esriGPSchemaFieldsType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFields getAdditionalFields() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAdditionalFieldsByRef(IFields fields) throws IOException, AutomationException
fields
- A reference to a com.esri.arcgis.geodatabase.IFields (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 |