| 前页 | 后页 |
GetIcon
Return an icon for the External Provider.
Inputs
Parameter |
Details |
See also |
|---|---|---|
|
parameters |
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);
