Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 724 Bytes

File metadata and controls

33 lines (27 loc) · 724 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