Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 598 Bytes

File metadata and controls

30 lines (23 loc) · 598 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

  • Document List Handling