| Visual Basic | |
|---|---|
Sub RemoveGroups( _ ByVal poGroupIDs() As System.Integer _ ) | |
| C# | |
|---|---|
void RemoveGroups( System.int[] poGroupIDs ) | |
| C++/CLI | |
|---|---|
void RemoveGroups( & System.array<int>^ poGroupIDs ) | |
Parameters
- poGroupIDs
- Array of IDs of the groups to remove (see Remarks)
If you specify an ID in poGroupIDs that does not exist, it is ignored.
- S_OK: The method successfully executed.
- E_EDM_PERMISSION_DENIED: The logged-in user lacks the EdmSysPerm.EdmSysPerm_EditUserMgr permission.
SOLIDWORKS PDM Professional 2010