VS:IFC GetPsetPropName

From Vectorworks Developer
Revision as of 18:24, 15 September 2021 by Root (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

.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