VS:SetObjectTags: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
No edit summary
Line 33: Line 33:
</line>
</line>
</lineList>
</lineList>
For Python, the Array required must be a tuple.
</params>
</params>



Revision as of 15:28, 12 April 2024

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

Description

Lets the user set a list of Tags on an object such as a Class,Layer or Resource.

FUNCTION SetObjectTags(
objectHandle :HANDLE;
arrTags :ARRAY) : BOOLEAN;
def vs.SetObjectTags(objectHandle, arrTags):
    return BOOLEAN

Parameters

objectHandle HANDLE The object to set Tags on.
arrTags ARRAY The arra of Tag Strings.

For Python, the Array required must be a tuple.

Version

Availability: from Vectorworks 2019