Book a Demo
Prev Next

GetIcon

Return an icon for the External Provider.

Inputs

Parameter

Details

parameters

  • C++: const char*
  • C#: string

A JSON string of parameters. Reserved for future use.

Outputs via Callbacks

  • AddBinaryProperty - the binary data of the icon.
  • [Optional] LogMessage or SetError - to provide user feedback.

Details

Specify an icon to be shown in Enterprise Architect External Data. The returned icon should be in png format, 20x16 pixels, with the left 4 columns of pixels blank and transparent.

Bit depth of 32 to include an alpha channel.

  • AddBinaryProperty(index, <pointer to binary data array>, iconBytesSize);