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


IGPFunctionFactory.GetFunctionNames Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPFunctionFactory Interface > IGPFunctionFactory.GetFunctionNames Method
ArcGIS Developer Help

IGPFunctionFactory.GetFunctionNames Method

Returns an enumeration of function name objects of all the geoprocessing functions managed by this function factory.

[Visual Basic .NET]
Public Function GetFunctionNames ( _
) As IEnumGPName
[C#]
public IEnumGPName GetFunctionNames (
);
[C++]
HRESULT GetFunctionNames(
void
);

Product Availability

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

See Also

IGPFunctionFactory Interface