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


Allows you to access a user in SOLIDWORKS PDM Professional.


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 IEdmUser5 
   Inherits IEdmObject5 
C# 
public interface IEdmUser5 : IEdmObject5  
C++/CLI 
public interface class IEdmUser5 : public IEdmObject5  

Example

Remarks

This interface:

To enumerate:

  • the users in a file vault, use IEdmUserMgr5.
  • the messages sent to a user, cast this interface to an IEdmInbox5 pointer.

Accessors

See Also