Eplan Platform API
Eplan.EplApi.DataModel Namespace / Project Class / CurrentUsers Property

In This Topic
    CurrentUsers Property
    In This Topic
    Returns the current users working at this project.
    Syntax
    public UserInfo[] CurrentUsers {get;}
    public:
    property array<UserInfo^>^ CurrentUsers {
       array<UserInfo^>^ get();
    }

    Property Value

    the array with the users.
    See Also