Solid Edge Framework Type Library
SetAddInInfo Method
Specifies the ID of the environment to which the command bar button is to be added. These strings are defined in the file Solid Edge\SDK\include\secatids.h.
Description
Sets the parameters for the referenced AddIn object.
Syntax
Visual Basic
Public Sub SetAddInInfo( _
   ByVal InstanceHandle As Long, _
   ByVal EnvironmentCatID As String, _
   ByVal CategoryName As String, _
   ByVal IDColorBitmapMedium As Long, _
   ByVal IDColorBitmapLarge As Long, _
   ByVal IDMonochromeBitmapMedium As Long, _
   ByVal IDMonochromeBitmapLarge As Long, _
   ByVal NumberOfCommands As Long, _
   ByRef CommandNames() As String, _
   ByRef CommandIDs() As Long _
) 
Parameters
InstanceHandle
EnvironmentCatID
Specifies the ID of the environment to which the command bar button is to be added. These strings are defined in the file Solid Edge\SDK\include\secatids.h.
CategoryName
IDColorBitmapMedium
IDColorBitmapLarge
IDMonochromeBitmapMedium
IDMonochromeBitmapLarge
NumberOfCommands
CommandNames
CommandIDs
See Also

AddIn Object  | AddIn Members