com.esri.arcgis.geoprocessing
Interface IGPSchemaCheckImpl

All Superinterfaces:
Serializable
All Known Implementing Classes:
IGPSchemaCheckImplProxy

public interface IGPSchemaCheckImpl
extends Serializable

Provides access to the private IGPSchemaCheckImpl interface.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 boolean isCheckSchema()
          The check schema flag.
 void setCheckSchema(boolean checkSchema)
          The check schema flag.
 

Method Detail

isCheckSchema

boolean isCheckSchema()
                      throws IOException,
                             AutomationException
The check schema flag.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The checkSchema
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCheckSchema

void setCheckSchema(boolean checkSchema)
                    throws IOException,
                           AutomationException
The check schema flag.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
checkSchema - The checkSchema (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.