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


Allows you to access a user group 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 IEdmUserGroup9 
   Inherits IEdmObject5IEdmUserGroup5IEdmUserGroup6IEdmUserGroup7IEdmUserGroup8 
C# 
public interface IEdmUserGroup9 : IEdmObject5IEdmUserGroup5IEdmUserGroup6IEdmUserGroup7IEdmUserGroup8  
C++/CLI 
public interface class IEdmUserGroup9 : public IEdmObject5IEdmUserGroup5IEdmUserGroup6IEdmUserGroup7IEdmUserGroup8  

Remarks

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

  • Automatically delete local read-only files 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 IEdmUserGroup5 accessors.

See Also