| Visual Basic | |
|---|---|
Function HasSysRightEx( _ ByVal eRight As EdmSysPerm _ ) As System.Boolean | |
| C# | |
|---|---|
System.bool HasSysRightEx( EdmSysPerm eRight ) | |
| C++/CLI | |
|---|---|
System.bool HasSysRightEx( & EdmSysPerm eRight ) | |
Parameters
- eRight
- Permission to check as defined in EdmSysPerm
Return Value
True if the user group has the specified permission, false if notThis method supersedes IEdmUserGroup5::HasSysRight, which checked system permissions represented as bit flags that could be ORed together. As of SOLIDWORKS PDM Professional 2010, new permissions are represented as sequentially numbered constants that cannot be ORed together. You must call this method once for each permission you want to check.
- S_OK: The method successfully executed.
SOLIDWORKS PDM Professional 2010