This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPFunctionFactory Interface > IGPFunctionFactory.GetFunctionName Method (ArcObjects .NET 10.4 SDK) |
Returns the geoprocessing function name object with the given name.
[Visual Basic .NET] Public Function GetFunctionName ( _ ByVal Name As String _ ) As IGPName
[C#] public IGPName GetFunctionName ( string Name );
[C++]
HRESULT GetFunctionName(
BSTR Name,
IGPName** functionname
);
[C++]
Parameters Name [in] Name is a parameter of type BSTR functionname [out, retval]
functionname is a parameter of type IGPName