Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 625 Bytes

File metadata and controls

31 lines (25 loc) · 625 Bytes

IFC_DMEnablePSet

Description

Enables/Disables indicated Entry's PSet from current IFC Data Mapping.

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

Parameters

Name Type Description
strObjectName STRING
strEntryName STRING
strPSetName STRING
bEnable BOOLEAN

Version

Availability: from Vectorworks 2021

Category