Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 630 Bytes

File metadata and controls

26 lines (18 loc) · 630 Bytes

ResList_GetSelCtrl

Description

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

FUNCTION ResList_GetSelCtrl(uniqueID : STRING) : INTEGER;
def vs.ResList_GetSelCtrl(uniqueID):
    return INTEGER

Parameters

Name Type Description
uniqueID STRING

Version

Availability: from Vectorworks 2024.4

Category

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