This document is archived and information here might be outdated. Recommended version. |
The tool object currently associated with the model process.
[Visual Basic .NET] Public Property Tool As IGPTool
[C#] public IGPTool Tool {get; set;}
[C++]
HRESULT get_Tool(
IGPTool** Tool
);
[C++]
HRESULT putref_Tool(
IGPTool* Tool
);
[C++] Parameters Tool [out, retval]
Tool is a parameter of type IGPTool** Tool [in]
Tool is a parameter of type IGPTool*