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


IGPFunctionFactory.GetFunctionNames Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

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(
  IEnumGPName** functionnames
);
[C++]

Parameters functionnames [out, retval]
functionnames is a parameter of type IEnumGPName

Product Availability

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

See Also

IGPFunctionFactory Interface