VCOM:VectorWorks:ISDK::AddCheckMode

From Vectorworks Developer
Jump to navigation Jump to search

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

Description

namespace VectorWorks

Member of VCOM:VectorWorks:ISDK

Parameters changed in Vectorworks 2012.

Adds a check box to the mode bar. iconSpec is the PNG image found in the VWR resource file. This image will be used for the check mode button.. initialSetting > 0 sets the checkbox to true. Use GetModeValue to find the current value (state) of the check box.

virtual void AddCheckMode(
short initialSetting,
const TXString& iconSpec)

Parameters

short initialSetting No information available.
const SDK:TXString& iconSpec The PNG image found in the VWR resource file. This image will be used for the check mode button.

Version

Availability: from Vectorworks 2009

Parameters changed in Vectorworks 2012.