This document is archived and information here might be outdated. Recommended version. |
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**
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.