Get a command's ID or PropertyManager page's command ID, title, and whether it is active in the user-interface.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub GetRunningCommandInfo( _
ByRef CommandID As Integer, _
ByRef PMTitle As String, _
ByRef IsUiActive As Boolean _
) |
Visual Basic (Usage) | |
---|
Dim instance As ISldWorks
Dim CommandID As Integer
Dim PMTitle As String
Dim IsUiActive As Boolean
instance.GetRunningCommandInfo(CommandID, PMTitle, IsUiActive)
|
Parameters
- CommandID
- Command's ID or PropertyManager page's command ID as defined in swCommands_e
- PMTitle
- Title of PropertyManager page
- IsUiActive
- True if command or PropertyManager page is active in the user-interface, false if not
Example
Remarks
See Also
Availability
SolidWorks 2011 FCS, Revision Number 19.0