Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 603 Bytes

File metadata and controls

29 lines (23 loc) · 603 Bytes

IFC_GetPsetPropName

Description

Returns the name of a property for a specified index in a Property Set.

FUNCTION IFC_GetPsetPropName(
				strPsetName         : STRING;
				indexProperty       : INTEGER;
				VAR outPsetPropName : STRING): BOOLEAN;
def vs.IFC_GetPsetPropName(strPsetName, indexProperty):
    return (BOOLEAN, outPsetPropName)

Parameters

Name Type Description
strPsetName STRING
indexProperty INTEGER
outPsetPropName STRING

Version

Availability: from Vectorworks 2022

Category