Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 488 Bytes

File metadata and controls

27 lines (21 loc) · 488 Bytes

IFC_DMEnableObject

Description

Enables/Disables the indicated object from current IFC Data Mapping.

FUNCTION IFC_DMEnableObject(
				inStrObjName : STRING;
				bEnable      : BOOLEAN): BOOLEAN;
def vs.IFC_DMEnableObject(inStrObjName, bEnable):
    return BOOLEAN

Parameters

Name Type Description
inStrObjName STRING
bEnable BOOLEAN

Version

Available from: Vectorworks 2017

Category