Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 569 Bytes

File metadata and controls

29 lines (23 loc) · 569 Bytes

vsoAddWidget

Description

Add a widget of the specified type and localized name to appear in the Object Info Palette.

FUNCTION vsoAddWidget(
				widgetID   : LONGINT;
				widgetType : LONGINT;
				locName    : STRING): BOOLEAN;
def vs.vsoAddWidget(widgetID, widgetType, locName):
    return BOOLEAN

Parameters

Name Type Description
widgetID LONGINT
widgetType LONGINT
locName STRING

Version

Availability: from Vectorworks 2014

Category