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


IGPFunctionFactory.GetFunction 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.GetFunction Method
ArcGIS Developer Help

IGPFunctionFactory.GetFunction Method

Returns the geoprocessing function object with the given name.

[Visual Basic .NET]
Public Function GetFunction ( _
    ByVal Name As String _
) As IGPFunction
[C#]
public IGPFunction GetFunction (
    string Name
);
[C++]
HRESULT GetFunction(
  BSTR Name
);
[C++]
Parameters
Name [in]

Name is a parameter of type BSTR

Product Availability

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

See Also

IGPFunctionFactory Interface