Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 676 Bytes

File metadata and controls

29 lines (21 loc) · 676 Bytes

ResList_SetSelCtrl

Description

Sets the selected resource control of a resource popup. The 'uniqueID' is a string identifier uniquely identifying this control. 'controlID' is one of the values in the SResourceControl::DefaultID enumeration in IResourceManagerContent.h.

PROCEDURE ResList_SetSelCtrl(
				uniqueID  : STRING;
				controlID : INTEGER);
def vs.ResList_SetSelCtrl(uniqueID, controlID):
    return None

Parameters

Name Type Description
uniqueID STRING
controlID INTEGER

Version

Availability: from Vectorworks 2024.4

Category

  • [Document List Handling](../Categories/Document List Handling.md)