Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 573 Bytes

File metadata and controls

27 lines (21 loc) · 573 Bytes

ResList_Init

Description

Initialize a categories resource with resources of the specified type. The 'uniqueID' is a string identifier uniquely identifying this control.

PROCEDURE ResList_Init(
				uniqueID   : STRING;
				objectType : INTEGER);
def vs.ResList_Init(uniqueID, objectType):
    return None

Parameters

Name Type Description
uniqueID STRING
objectType INTEGER

Version

Availability: from Vectorworks 2017

Category