This document is archived and information here might be outdated.  Recommended version.


IGPFunctionFactory2.ReleaseInternals Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPFunctionFactory2.ReleaseInternals Method

Release the functions cached by the geoprocessing function factory.

[Visual Basic .NET]
Public Sub ReleaseInternals ( _
)
[C#]
public void ReleaseInternals (
);
[C++]
HRESULT ReleaseInternals(
void
);

Product Availability

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

See Also

IGPFunctionFactory2 Interface