SOLIDWORKS PDM Professional API Help Send Feedback
IEdmUser11 Interface
See Also  Members  
EPDM.Interop.epdm Namespace : IEdmUser11 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 IEdmUser11 
   Inherits IEdmObject5IEdmUser10IEdmUser5IEdmUser6IEdmUser7IEdmUser8IEdmUser9 
C# 
public interface IEdmUser11 : IEdmObject5IEdmUser10IEdmUser5IEdmUser6IEdmUser7IEdmUser8IEdmUser9  
C++/CLI 
public interface class IEdmUser11 : public IEdmObject5IEdmUser10IEdmUser5IEdmUser6IEdmUser7IEdmUser8IEdmUser9  

Remarks

This interface extends IEdmUser10 by providing the ability to specify these user settings:

  • Automatically delete local read-only files in File Explorer that are not part of the file vault.
  • Always work with the latest version of files.
  • Auto-select reference files to get latest when checking out.

Accessors

See the IEdmUser5 accessors.

See Also