Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 644 Bytes

File metadata and controls

29 lines (23 loc) · 644 Bytes

ResList_AddCont1

Description

Adds a content lcoation. The 'uniqueID' is a string identifier uniquely identifying this control.

PROCEDURE ResList_AddCont1(
				uniqueID       : STRING;
				baseFolderSpec : INTEGER;
				folderName     : DYNARRAY[] of CHAR);
def vs.ResList_AddCont1(uniqueID, baseFolderSpec, folderName):
    return None

Parameters

Name Type Description
uniqueID STRING
baseFolderSpec INTEGER
folderName DYNARRAY[] of CHAR

Version

Availability: from Vectorworks 2017

Category