Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 680 Bytes

File metadata and controls

33 lines (27 loc) · 680 Bytes

IFC_DMSetPSetFldEmpt

Description

Sets specified Field for IfcEntry's PSet Empty.

FUNCTION IFC_DMSetPSetFldEmpt(
				strObjectName : STRING;
				strEntryName  : STRING;
				strPSetName   : STRING;
				strFieldName  : STRING;
				bEmpty        : BOOLEAN): BOOLEAN;
def vs.IFC_DMSetPSetFldEmpt(strObjectName, strEntryName, strPSetName, strFieldName, bEmpty):
    return BOOLEAN

Parameters

Name Type Description
strObjectName STRING
strEntryName STRING
strPSetName STRING
strFieldName STRING
bEmpty BOOLEAN

Version

Availability: from Vectorworks 2021

Category