Gets the command IDs of the given command group from the registry.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetGroupDataFromRegistry( _
ByVal UserGroupId As System.Integer, _
ByRef UserIDs As System.Object _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICommandManager
Dim UserGroupId As System.Integer
Dim UserIDs As System.Object
Dim value As System.Boolean
value = instance.GetGroupDataFromRegistry(UserGroupId, UserIDs) |
C# | |
---|
System.bool GetGroupDataFromRegistry(
System.int UserGroupId,
out System.object UserIDs
) |
C++/CLI | |
---|
System.bool GetGroupDataFromRegistry(
& System.int UserGroupId,
& [Out] System.Object^ UserIDs
) |
Parameters
- UserGroupId
- User-defined ID of a command group
- UserIDs
- Array of command IDs for the given command group
Return Value
True if successful, false if not
Example
Remarks
See Also
Availability
SolidWorks 2011 FCS, Revision Number 19.0