TTMSMCPToolPropertyBuilder.Initialize Method
Starts a new input parameter for the tool currently under construction. It is called by the tool builder's add-property step rather than directly.
API unit family: TMS.MCP.Tools
Declaring type: TTMSMCPToolPropertyBuilder
Syntax
class function Initialize(const ATool: TTMSMCPToolBuilderClass): TTMSMCPToolPropertyBuilderClass;
Parameters
| Name | Description |
|---|---|
ATool |
The tool builder class to return to when the parameter is closed. |
Returns
The property builder class, so the configuration can be chained.