Creates a mode bar buttons help text.
PROCEDURE BeginModeButtonsText;def vs.BeginModeButtonsText():
return NoneBeginModeButtonsText;
SetModeButtonText( 'Mode1', 1 );
SetModeButtonText( 'Mode2', 0 );
EndModeButtonsText;BeginModeButtonsText;import vs
# Creates a mode bar buttons help text.
vs.BeginModeButtonsText()
newObj = vs.LNewObj() # handle to the newly created objectVS Functions: EndModeButtonsText | SetModeButtonText
Availability: from Vectorworks 2013