Returns the geoprocessing function object with the given name.
[Visual Basic 6.0] Function GetFunction(
ByVal Name As String _
) As IGPFunction
[Visual Basic .NET] Public Function GetFunction ( _ ByVal Name As String _ ) As IGPFunction
[C#] public IGPFunction GetFunction ( string Name );
[Java] public IGPFunction getFunction ( String Name ) throws IOException, AutomationException
[C++] HRESULT GetFunction( BSTR Name, IGPFunction** Function );
Parameters
Name [in]
Name is a parameter of type BSTR
Function [out, retval]
Function is a parameter of type IGPFunction