Solid Edge Framework Type Library
SetAddInInfoEx2 Method
Description
Sets the parameters for the referenced AddIn object.
Syntax
Visual Basic
Public Function SetAddInInfoEx2( _
   ByVal ResourceFilename As String, _
   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, _
   ByRef CommandButtonStyles() As Long _
) As HResult
Parameters
ResourceFilename
EnvironmentCatID
CategoryName
IDColorBitmapMedium
IDColorBitmapLarge
IDMonochromeBitmapMedium
IDMonochromeBitmapLarge
NumberOfCommands
CommandNames
CommandIDs
CommandButtonStyles
See Also

ISEAddInEx2 Object  | ISEAddInEx2 Members