Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 694 Bytes

File metadata and controls

33 lines (27 loc) · 694 Bytes

IFC_SetZSGPSetField

Description

Sets Property Set field value which is attached to Zone, System or Group.

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

Parameters

Name Type Description
selector INTEGER
ZSGName STRING
psetName STRING
psetField STRING
psetFieldValue STRING

Version

Availability: from Vectorworks 2022.1

Category