Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 684 Bytes

File metadata and controls

33 lines (27 loc) · 684 Bytes

IFC_DMSetPSetFldEnbl

Description

Sets specified Field for IfcEntry's PSet Enabled.

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

Parameters

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

Version

Availability: from Vectorworks 2021

Category