Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 514 Bytes

File metadata and controls

29 lines (23 loc) · 514 Bytes

IFC_AttachPSetToZSG

Description

Attaches Property Set to Zone, System or Group.

FUNCTION IFC_AttachPSetToZSG(
				selector : INTEGER;
				ZSGName  : STRING;
				psetName : STRING): BOOLEAN;
def vs.IFC_AttachPSetToZSG(selector, ZSGName, psetName):
    return BOOLEAN

Parameters

Name Type Description
selector INTEGER
ZSGName STRING
psetName STRING

Version

Availability: from Vectorworks 2022.1

Category