Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 651 Bytes

File metadata and controls

31 lines (25 loc) · 651 Bytes

IFC_DMGetPSetFldsCnt

Description

Gets Fields Count for specified IfcEntry's PSet.

FUNCTION IFC_DMGetPSetFldsCnt(
				strObjectName      : STRING;
				strEntryName       : STRING;
				strPSetName        : STRING;
				VAR outFieldsCount : INTEGER): BOOLEAN;
def vs.IFC_DMGetPSetFldsCnt(strObjectName, strEntryName, strPSetName):
    return (BOOLEAN, outFieldsCount)

Parameters

Name Type Description
strObjectName STRING
strEntryName STRING
strPSetName STRING
outFieldsCount INTEGER

Version

Availability: from Vectorworks 2021

Category