Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 701 Bytes

File metadata and controls

34 lines (27 loc) · 701 Bytes

IFC_DMGetPSetFldName

Description

Gets Field Name for specified index in IfcEntry's PSet.

FUNCTION IFC_DMGetPSetFldName(
				strObjectName       : STRING;
				strEntryName        : STRING;
				strPSetName         : STRING;
				index               : INTEGER;
				VAR outStrFieldName : STRING): BOOLEAN;
def vs.IFC_DMGetPSetFldName(strObjectName, strEntryName, strPSetName, index):
    return (BOOLEAN, outStrFieldName)

Parameters

Name Type Description
strObjectName STRING
strEntryName STRING
strPSetName STRING
index INTEGER
outStrFieldName STRING

Version

Availability: from Vectorworks 2021

Category

  • IFC