The function name object of the geoprocessing function.
[Visual Basic 6.0] Property FullName As IName
[Visual Basic .NET] Public ReadOnly Property FullName As IName
[C#] public IName FullName {get;}
[Java] public IName getFullName() throws IOException, AutomationException
[C++] HRESULT get_FullName( IName** Name );
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.