Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 513 Bytes

File metadata and controls

27 lines (21 loc) · 513 Bytes

IFC_DMIsEntryEnabled

Description

Checks if the indicated entry from current IFC Data Mapping is enabled.

FUNCTION IFC_DMIsEntryEnabled(
				inStrObjName   : STRING;
				inStrEntryName : STRING): BOOLEAN;
def vs.IFC_DMIsEntryEnabled(inStrObjName, inStrEntryName):
    return BOOLEAN

Parameters

Name Type Description
inStrObjName STRING
inStrEntryName STRING

Version

Available from: Vectorworks 2017

Category