|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGPScriptTool2
Provides access to methods on a geoprocessing script tool object.
This interface is new at ArcGIS 9.3.
| Method Summary | |
|---|---|
String |
getCodeBlock()
Validation code block. |
int |
getExtensionCode()
Extension code. |
int |
getProductCode()
Product code. |
String |
getSymbologyLayer(String parameterName)
Layer for Symbology. |
boolean |
isProductAndExtensionCodes()
Indicates if the product and/or extension code is set. |
boolean |
isRunInProc()
Indicates whether to run the script inproc or not. |
boolean |
isUseExtensionCode()
Indicates whether to use the extension code. |
void |
setCodeBlock(String codeBlock)
Validation code block. |
void |
setExtensionCode(int extensionCode)
Extension code. |
void |
setProductAndExtensionCodes(boolean productAndExtension)
Indicates if the product and/or extension code is set. |
void |
setProductCode(int productCode)
Product code. |
void |
setRunInProc(boolean inProc)
Indicates whether to run the script inproc or not. |
void |
setSymbologyLayer(String parameterName,
String layer)
Layer for Symbology. |
void |
setUseExtensionCode(boolean useExtensionCode)
Indicates whether to use the extension code. |
String |
testGetParameterInfo()
Internal validation of GetParameterInfo. |
| Method Detail |
|---|
boolean isRunInProc()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRunInProc(boolean inProc)
throws IOException,
AutomationException
inProc - The inProc (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getCodeBlock()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCodeBlock(String codeBlock)
throws IOException,
AutomationException
codeBlock - The codeBlock (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String testGetParameterInfo()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getProductCode()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setProductCode(int productCode)
throws IOException,
AutomationException
productCode - A com.esri.arcgis.system.esriProductCode constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getExtensionCode()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setExtensionCode(int extensionCode)
throws IOException,
AutomationException
extensionCode - A com.esri.arcgis.system.esriProductCode constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isUseExtensionCode()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setUseExtensionCode(boolean useExtensionCode)
throws IOException,
AutomationException
useExtensionCode - The useExtensionCode (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isProductAndExtensionCodes()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setProductAndExtensionCodes(boolean productAndExtension)
throws IOException,
AutomationException
productAndExtension - The productAndExtension (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getSymbologyLayer(String parameterName)
throws IOException,
AutomationException
parameterName - The parameterName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSymbologyLayer(String parameterName,
String layer)
throws IOException,
AutomationException
parameterName - The parameterName (in)layer - The layer (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 | ||||||||