|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPFunctionName
Provides access to the properties/methods of a geoprocessing function name object.
Method Summary | |
---|---|
int |
getHelpContext()
The context identifier of the topic within the help file for this function associated with this name object. |
String |
getHelpFile()
Name of the (CHM) file containing help information for this function associated with this name object. |
int |
getMinimumProduct()
The minimum product required to use the function associated with this name object. |
int |
getRequiredExtension()
The extension, if any, required to use the function associated with this name object. |
void |
setHelpContext(int context)
The context identifier of the topic within the help file for this function associated with this name object. |
void |
setHelpFile(String file)
Name of the (CHM) file containing help information for this function associated with this name object. |
void |
setMinimumProduct(int product)
The minimum product required to use the function associated with this name object. |
void |
setRequiredExtension(int extension)
The extension, if any, required to use the function associated with this name object. |
Method Detail |
---|
int getMinimumProduct() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMinimumProduct(int product) throws IOException, AutomationException
product
- A com.esri.arcgis.system.esriProductCode constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getRequiredExtension() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRequiredExtension(int extension) throws IOException, AutomationException
extension
- A com.esri.arcgis.system.esriLicenseExtensionCode constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getHelpFile() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHelpFile(String file) throws IOException, AutomationException
file
- The file (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getHelpContext() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHelpContext(int context) throws IOException, AutomationException
context
- The context (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 |