Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 469 Bytes

File metadata and controls

28 lines (21 loc) · 469 Bytes

vsoWidgetPopupGetTxt

Description

For an OIP search popup widget, returns the text of an item specified by it's id.

FUNCTION vsoWidgetPopupGetTxt(
				widgetID : LONGINT;
				id       : STRING): STRING;
def vs.vsoWidgetPopupGetTxt(widgetID, id):
    return STRING

Parameters

Name Type Description
widgetID LONGINT
id STRING

Version

Availability: from Vectorworks 2020

Category

  • Object Events