VS:IFC GetPsetPropName: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
No edit summary
 
m (1 revision)
 
(No difference)

Latest revision as of 18:24, 15 September 2021

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

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

strPsetName STRING
indexProperty INTEGER
outPsetPropName STRING

Version

Availability: from Vectorworks 2022