ArcObjects Library Reference (Geoprocessing)  

IGPFunction.FullName Property

The function name object of the geoprocessing function.

[Visual Basic .NET]
Public ReadOnly Property FullName As IName
[C#]
public IName FullName {get;}
[C++]
HRESULT get_FullName(
  IName** Name
);
[C++]

Parameters

Name [out, retval]

  Name is a parameter of type IName

Product Availability

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

Remarks

The FullName property is the function name object for the GPFunction. It is created and returned by the GPFunctionFactory. The GPFunctionFactory must first be created before the FullName property can be implemented. Refer to IGPFunctionFactory for more detail.

See Also

IGPFunction Interface