Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.18 KB

File metadata and controls

34 lines (27 loc) · 1.18 KB

GetWorkingFileId

Description

Get the unique id for this Working File. This is not a filename.

Every Working File has a unique identifier. When layers are checked-out, they are reserved for not just a particular user, but also for a particular Working File Id.

The reserved layer can then only be edited in that specific Working File. If the user creates a second Working File and looks at the layer status, it will show in the second Working File as unavailable for checkout or edit, until it has been committed or released in the first file.

The specific value of the Working File Id is not meaningful, so it is not directly visible in any of the dialogs. It is used for the color highlighting of layer names in dialogs that show layer ownership.

FUNCTION GetWorkingFileId(VAR uuid : STRING): BOOLEAN;
def vs.GetWorkingFileId():
    return (BOOLEAN, uuid)

Parameters

Name Type Description
uuid STRING Unique id for this working file

See Also

VS Functions: GetLayerProjectInfo

Version

Availability: from Vectorworks 2016

Category