SOLIDWORKS PDM Professional API Help Send Feedback
IEdmUserMgr5 Interface Methods
See Also 
  
EPDM.Interop.epdm Namespace : IEdmUserMgr5 Interface

For a list of all members of this type, see IEdmUserMgr5 members.

Public Methods

 NameDescription
 MethodGetFirstLoggedInUserPositionStarts an enumeration of the users that are logged in to the specified vaults.  
 MethodGetFirstUserGroupPositionStarts an enumeration of the user groups in the vault.  
 MethodGetFirstUserPositionStarts an enumeration of the users in the vault.  
 MethodGetLoggedInUserGets the user currently running this program in the vault.  
 MethodGetNextLoggedInUserGets information about the next logged-in user in an enumeration of all logged-in users in the vault.  
 MethodGetNextUserGets the next user in an enumeration of all users in the vault.  
 MethodGetNextUserGroupGets the next user group in an enumeration of all user groups in the vault.  
 MethodGetUserGets a user with the specified name or ID.  
 MethodGetUserGroupGets a user group with the specified name or ID.  
Top

See Also