Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 439 Bytes

File metadata and controls

28 lines (21 loc) · 439 Bytes

vsoWidgetSetType

Description

Changes a type of a widget that was already added.

PROCEDURE vsoWidgetSetType(
				widgetID   : LONGINT;
				widgetType : LONGINT);
def vs.vsoWidgetSetType(widgetID, widgetType):
    return None

Parameters

Name Type Description
widgetID LONGINT
widgetType LONGINT

Version

Availability: from Vectorworks 2020

Category

  • Object Events