Creates a string representing universe unique identifier. The string is in the form: '{00000000-0000-0000-0000-000000000000}'
FUNCTION CreateUUID : STRING;def vs.CreateUUID():
return STRINGresultStr := CreateUUID;import vs
# Creates a string representing universe unique identifier.
text = vs.CreateUUID()
vs.Message('CreateUUID returned: ' + str(text))Availability: from Vectorworks 2014