Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 652 Bytes

File metadata and controls

32 lines (25 loc) · 652 Bytes

IFC_GetIFCEntity2

Description

Gets the IFC entity type for an object by IFC record and IFC Data Mapping plus the type of the IFC record

FUNCTION IFC_GetIFCEntity2(
				hObject           : HANDLE;
				VAR outType       : INTEGER;
				VAR outStrNameRec : STRING;
				VAR outStrNameMap : STRING): BOOLEAN;
def vs.IFC_GetIFCEntity2(hObject):
    return (BOOLEAN, outType, outStrNameRec, outStrNameMap)

Parameters

Name Type Description
hObject HANDLE
outType INTEGER
outStrNameRec STRING
outStrNameMap STRING

Version

Availability: from Vectorworks 2018

Category

  • IFC