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

ISEAddInEx Object  | ISEAddInEx Members  | Solid Edge V20 - What's New