Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 657 Bytes

File metadata and controls

29 lines (23 loc) · 657 Bytes

vstResPDMenuInit

Description

Use this call during tool setup. Initialize a tool resource popup created by vstAddResPDMenuMode and initialized by the ResList_* calls of the uniqueID identifying the resource list data.

PROCEDURE vstResPDMenuInit(
				uniqueID  : STRING;
				modeGroup : INTEGER;
				emptyMsg  : STRING);
def vs.vstResPDMenuInit(uniqueID, modeGroup, emptyMsg):
    return None

Parameters

Name Type Description
uniqueID STRING
modeGroup INTEGER
emptyMsg STRING

Version

Availability: from Vectorworks 2017

Category