Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 563 Bytes

File metadata and controls

29 lines (23 loc) · 563 Bytes

IFC_DMIsPSetEnabled

Description

Check if a PSet for specified Object's IfcEntry is Enabled.

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

Parameters

Name Type Description
strObjectName STRING
strEntryName STRING
strPSetName STRING

Version

Availability: from Vectorworks 2021

Category