Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 543 Bytes

File metadata and controls

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