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


IGPFunctionTool.Function Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

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