Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 531 Bytes

File metadata and controls

28 lines (21 loc) · 531 Bytes

GetProjectUserNames

Description

Get a list of userids that are part of the current project.

FUNCTION GetProjectUserNames(VAR userArray : ARRAY): BOOLEAN;
def vs.GetProjectUserNames():
    return (BOOLEAN, userArray)

Parameters

Name Type Description
userArray ARRAY Array of userids as strings

See Also

VS Functions: GetProjectUser

Version

Availability: from Vectorworks 2016

Category