For a given userid in the current Project, get their full name and permission level.
Table - Project Sharing Permissions
| Permission Level | Constant |
|---|---|
| Read Only | 1 |
| Layers-Restricted | 2 |
| Layers-Unrestricted | 3 |
| Layers and Resources | 4 |
| Project | 5 |
| Administrative | 6 |
FUNCTION GetProjectUser(
userId : STRING;
VAR fullName : STRING;
VAR permission : INTEGER): BOOLEAN;def vs.GetProjectUser(userId):
return (BOOLEAN, fullName, permission)| Name | Type | Description |
|---|---|---|
| userId | STRING | The userid to look up |
| fullName | STRING | The users full name |
| permission | INTEGER | Permission level of the user |
VS Functions: GetProjectUserNames
Availability: from Vectorworks 2016