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