Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 736 Bytes

File metadata and controls

33 lines (27 loc) · 736 Bytes

IFC_DMAddPSetForEnt

Description

Adds new Property Set to specified Object IfcEntry's group in IFC Data Mapping.

FUNCTION IFC_DMAddPSetForEnt(
				strObjectName    : STRING;
				strEntryName     : STRING;
				strPSetName      : STRING;
				bEnabled         : BOOLEAN;
				strPSetCondition : STRING): BOOLEAN;
def vs.IFC_DMAddPSetForEnt(strObjectName, strEntryName, strPSetName, bEnabled, strPSetCondition):
    return BOOLEAN

Parameters

Name Type Description
strObjectName STRING
strEntryName STRING
strPSetName STRING
bEnabled BOOLEAN
strPSetCondition STRING

Version

Availability: from Vectorworks 2021

Category