ArcObjects Library Reference  (Geoprocessing)    

IGPFunctionFactory.GetFunctionName Method

Returns the geoprocessing function name object with the given name.

[Visual Basic 6.0]
Function GetFunctionName(
    ByVal Name As String _
) As IGPName
[Visual Basic .NET]
Public Function GetFunctionName ( _
    ByVal Name As String _
) As IGPName
[C#]
public IGPName GetFunctionName (
    string Name
);
[Java]
public IGPName getFunctionName (
    String Name
)
throws
    IOException,
    AutomationException
[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

Product Availability

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

See Also

IGPFunctionFactory Interface

 


Feedback Send feedback on this page