Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 497 Bytes

File metadata and controls

28 lines (21 loc) · 497 Bytes

ResList_SetSel

Description

Set the selected item in the resource popup. The 'uniqueID' is a string identifier uniquely identifying this control.

PROCEDURE ResList_SetSel(
				uniqueID : STRING;
				itemName : STRING);
def vs.ResList_SetSel(uniqueID, itemName):
    return None

Parameters

Name Type Description
uniqueID STRING
itemName STRING

Version

Availability: from Vectorworks 2017

Category

  • Document List Handling