Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 623 Bytes

File metadata and controls

32 lines (25 loc) · 623 Bytes

IFC_DMGetFieldName

Description

Gets indicated field name from current IFC Data Mapping.

FUNCTION IFC_DMGetFieldName(
				inStrObjName        : STRING;
				inStrEntryName      : STRING;
				index               : INTEGER;
				VAR outStrFieldName : STRING): BOOLEAN;
def vs.IFC_DMGetFieldName(inStrObjName, inStrEntryName, index):
    return (BOOLEAN, outStrFieldName)

Parameters

Name Type Description
inStrObjName STRING
inStrEntryName STRING
index INTEGER
outStrFieldName STRING

Version

Available from: Vectorworks 2017

Category

  • IFC