VS:GetNumResourceTags
From Vectorworks Developer
.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix
Description
Returns the number of tags attached to the specified resource.FUNCTION GetNumResourceTags(
HANDLE :HANDLE) : INTEGER;
def vs.GetNumResourceTags(handle): return INTEGER
Parameters
handle HANDLE The handle to the resource
Return Value
The number of tags attached to the specified resource.Version
Availability: from Vectorworks 2017See Also
VS Functions:VS:SetResourceTags | VS:GetResourceTags
VS Functions:
[[VS:SetResourceTags]]
| [[VS:GetResourceTags]]