Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 587 Bytes

File metadata and controls

29 lines (23 loc) · 587 Bytes

IFC_DMDelPSetFromEnt

Description

Deletes Property Set from specified Object IfcEntry's group in IFC Data Mapping.

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

Parameters

Name Type Description
strObjectName STRING
strEntryName STRING
strPSetName STRING

Version

Availability: from Vectorworks 2021

Category