Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 496 Bytes

File metadata and controls

27 lines (21 loc) · 496 Bytes

IFC_GetNumPsetProps

Description

Returns the number of properties in a given Property Set

FUNCTION IFC_GetNumPsetProps(
				strPsetName     : STRING;
				VAR outNumPsets : INTEGER): BOOLEAN;
def vs.IFC_GetNumPsetProps(strPsetName):
    return (BOOLEAN, outNumPsets)

Parameters

Name Type Description
strPsetName STRING
outNumPsets INTEGER

Version

Availability: from Vectorworks 2022

Category