Gets the command IDs of the given command group from the registry.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetGroupDataFromRegistry( _
ByVal UserGroupId As Integer, _
ByVal Count As Integer, _
ByRef UserIDs As Integer _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICommandManager
Dim UserGroupId As Integer
Dim Count As Integer
Dim UserIDs As Integer
Dim value As Boolean
value = instance.IGetGroupDataFromRegistry(UserGroupId, Count, UserIDs)
|
Parameters
- UserGroupId
- User-defined ID of a command group
- Count
- Number of command IDs in the given command group
- UserIDs
- in-process, unmanaged C++: Pointer to an array of integer IDs
- VBA, VB.NET, C#, and C++/CLI: Not supported
See In-process Methods for details about this type of method.
Return Value
True if successful, false if not
Remarks
See Also
Availability
SolidWorks 2011 FCS, Revision Number 19.0