com.esri.arcgis.geoprocessing
Interface IGPFunctionFactory2
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- IGPFunctionFactory2Proxy
public interface IGPFunctionFactory2
- extends Serializable
Provides access to the properties/methods of a geoprocessing function factory object.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Method Summary |
void |
releaseInternals()
Release the functions cached by the geoprocessing function factory. |
releaseInternals
void releaseInternals()
throws IOException,
AutomationException
- Release the functions cached by the geoprocessing function factory.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.