This document is archived and information here might be outdated.  Recommended version.


IGPFunctionTool.Function Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPFunctionTool Interface > IGPFunctionTool.Function Property
ArcGIS Developer Help

IGPFunctionTool.Function Property

The function object associated with the tool.

[Visual Basic .NET]
Public Property Function As IGPFunction
[C#]
public IGPFunction Function {get; set;}
[C++]
HRESULT get_Function(
  IGPFunction** Function
);
[C++]
HRESULT putref_Function(
  IGPFunction* Function
);
[C++]
Parameters
Function [out, retval]

Function is a parameter of type IGPFunction** Function [in]
Function is a parameter of type IGPFunction*

Product Availability

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

See Also

IGPFunctionTool Interface