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.| Visual Basic | |
|---|---|
Public Interface IEdmUserGroup9 Inherits IEdmObject5, IEdmUserGroup5, IEdmUserGroup6, IEdmUserGroup7, IEdmUserGroup8 | |
| C# | |
|---|---|
public interface IEdmUserGroup9 : IEdmObject5, IEdmUserGroup5, IEdmUserGroup6, IEdmUserGroup7, IEdmUserGroup8 | |
| C++/CLI | |
|---|---|
public interface class IEdmUserGroup9 : public IEdmObject5, IEdmUserGroup5, IEdmUserGroup6, IEdmUserGroup7, IEdmUserGroup8 | |
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.
See the IEdmUserGroup5 accessors.