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,
IGPFunction** Function
);
[C++]Parameters
Name [in] Name is a parameter of type BSTR Function [out, retval]Function is a parameter of type IGPFunction
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.