| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGPSchema
Provides access to the properties/methods of a geoprocessing schema object.
This interface is new at ArcGIS 9.3.
| Method Summary | |
|---|---|
|  boolean | isCloneDependency()Inidicates if the output value is to be cloned from the input. | 
|  boolean | isGenerateOutputCatalogPath()Inidicates if the output catalog path is to be generated from the input. | 
|  void | populateOutputValue(String baseName,
                    IGPParameter3 param,
                    IArray params,
                    IGPEnvironmentManager envMgr)Populate the value of the output parameter for validate. | 
|  void | setCloneDependency(boolean cloneDependency)Inidicates if the output value is to be cloned from the input. | 
|  void | setGenerateOutputCatalogPath(boolean generatePath)Inidicates if the output catalog path is to be generated from the input. | 
| Method Detail | 
|---|
boolean isCloneDependency()
                          throws IOException,
                                 AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCloneDependency(boolean cloneDependency)
                        throws IOException,
                               AutomationException
cloneDependency - The cloneDependency  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isGenerateOutputCatalogPath()
                                    throws IOException,
                                           AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setGenerateOutputCatalogPath(boolean generatePath)
                                  throws IOException,
                                         AutomationException
generatePath - The generatePath  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void populateOutputValue(String baseName,
                         IGPParameter3 param,
                         IArray params,
                         IGPEnvironmentManager envMgr)
                         throws IOException,
                                AutomationException
baseName - The baseName  (in)param - A reference to a com.esri.arcgis.geoprocessing.IGPParameter3  (in)params - A reference to a com.esri.arcgis.system.IArray  (in)envMgr - A reference to a com.esri.arcgis.geoprocessing.IGPEnvironmentManager  (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 | ||||||||