Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 530 Bytes

File metadata and controls

30 lines (23 loc) · 530 Bytes

IFC_DMGetEntryType

Description

Returns the IfcEntity type for specified Object in IFC Data Mapping.

FUNCTION IFC_DMGetEntryType(
				strObjectName : STRING;
				index         : INTEGER;
				VAR outType   : INTEGER): BOOLEAN;
def vs.IFC_DMGetEntryType(strObjectName, index):
    return (BOOLEAN, outType)

Parameters

Name Type Description
strObjectName STRING
index INTEGER
outType INTEGER

Version

Availability: from Vectorworks 2021

Category

  • IFC