Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 627 Bytes

File metadata and controls

31 lines (25 loc) · 627 Bytes

IFC_DMIsPSetFldOpt

Description

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

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

Parameters

Name Type Description
strObjectName STRING
strEntryName STRING
strPSetName STRING
strFieldName STRING

Version

Availability: from Vectorworks 2021

Category