Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 630 Bytes

File metadata and controls

31 lines (25 loc) · 630 Bytes

IFC_DMIsPSetFldEmpty

Description

Checks if specified Field for IfcEntry's PSet is Empty.

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

Parameters

Name Type Description
strObjectName STRING
strEntryName STRING
strPSetName STRING
strFieldName STRING

Version

Availability: from Vectorworks 2021

Category