Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 474 Bytes

File metadata and controls

27 lines (21 loc) · 474 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