SOLIDWORKS PDM Professional API Help Send Feedback
IEdmUserMgr8 Interface
See Also  Members   Example
EPDM.Interop.epdm Namespace : IEdmUserMgr8 Interface


Allows you to access the users and user groups in the vault.


NOTE: Click the Members link, located near the top of the topic, to see this interface's methods and properties.

Syntax

Visual Basic 
Public Interface IEdmUserMgr8 
   Inherits IEdmUserMgr5IEdmUserMgr6IEdmUserMgr7 
C# 
public interface IEdmUserMgr8 : IEdmUserMgr5IEdmUserMgr6IEdmUserMgr7  
C++/CLI 
public interface class IEdmUserMgr8 : public IEdmUserMgr5IEdmUserMgr6IEdmUserMgr7  

Example

Remarks

This interface:

  • extends IEdmUserMgr7 by providing the ability to display a user's picture and a popup with picture information.
  • is extended by IEdmUserMgr9.

See Also