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 IEdmUserGroup6 Inherits IEdmObject5, IEdmUserGroup5 | |
| C# | |
|---|---|
public interface IEdmUserGroup6 : IEdmObject5, IEdmUserGroup5 | |
| C++/CLI | |
|---|---|
public interface class IEdmUserGroup6 : public IEdmObject5, IEdmUserGroup5 | |
This interface:
- inherits from IEdmUserGroup5.
- provides the ability to add members to this user group.
- is extended by IEdmUserGroup7.