Solid Edge Framework Type Library
OnCommand Method
Description
Occurs when the user selects the button for the associated add-in.
Syntax
Visual Basic
Public Sub OnCommand( _
   ByVal nCmdID As Long, _
   ByVal Context As Long, _
   ByVal ActiveDocumentType As Long, _
   ByVal pActiveDocument As Object, _
   ByVal pActiveWindow As Object, _
   ByVal pActiveSelectSet As Object _
) 
Parameters
nCmdID
Context
ActiveDocumentType
pActiveDocument
pActiveWindow
pActiveSelectSet
See Also

DISEAddInEventsEx2 Object  | DISEAddInEventsEx2 Members