Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 575 Bytes

File metadata and controls

28 lines (21 loc) · 575 Bytes

GetObjectByUuid

Description

Function GetObjectByUuid returns a handle to the object with the specified UUID. If the UUID is not valid, or if no object with that UUID exists, NIL is returned.

FUNCTION GetObjectByUuid(UUID : STRING): HANDLE;
def vs.GetObjectByUuid(UUID):
    return HANDLE

Parameters

Name Type Description
UUID STRING Object UUID

See Also

VS Functions: GetObjectUuid

Version

Availability: from Vectorworks 2018.4

Category