Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 570 Bytes

File metadata and controls

29 lines (23 loc) · 570 Bytes

IFC_DMGetEntryName

Description

Gets the name of entry for indicated index from current IFC Data Mapping.

FUNCTION IFC_DMGetEntryName(
				index            : INTEGER;
				inStrObjName     : STRING;
				VAR outStrResult : STRING): BOOLEAN;
def vs.IFC_DMGetEntryName(index, inStrObjName):
    return (BOOLEAN, outStrResult)

Parameters

Name Type Description
index INTEGER
inStrObjName STRING
outStrResult STRING

Version

Available from: Vectorworks 2017

Category