Engine.NewUser ( userProfile)
Creates and returns a new User object.
Release your reference to this object when you finish using it.
![]() | Note Typically, only the sequence editor uses this method. |
userProfile As User
[In] Pass a User object with which to create the new user. The new user inherits the privileges from the User object specified by the userProfile parameter. The new user is not added as a member of any user groups that the User object is a member of.
Pass a NULL reference if you want to create a NewUser object without using a user profile. The new user inherits the default values as specified by the User standard data type.
You can obtain user groups using the GetUserGroup method.