SDK:Setting Tool Status

From Vectorworks Developer
Jump to navigation Jump to search

.SDK|SDK ..SDK:Types|SDK Types ..SDK:Using the SDK|Using the SDK ..VCOM:VCOM (Vectorworks Component Object Model)|VCOM Basics ..VCOM:Class Reference|VCOM Class Reference

Tool Status

VectorWorks sends kToolGetStatus to the plug-in so it can determine how many clicks the user has to make in order the tool to be completed and kToolHandleComplete to be send.

Messages

This event doesn't use any additional information from the message parameters (SDK:Tool Plug-in Main Function).

Returns

A tool can return the result of:

In addition the tool can provide custom status behavior by returning one of the following:

  • kToolCompleted
  • kToolCollectingPoints
  • kToolWaitingForFirstPoint


See Also