前页 后页

GetIcon

返回外部提供商的图标

输入项

参数

细节

参数

  • C ++:const char *
  • C#:字符串
JSON参数字符串。保留以备将来使用。

通过回调输出

  • AddBinaryProperty-图标的二进制数据。
  • [可选] LogMessage或SetError-提供用户反馈。

细节

指定要在Enterprise Architect外部数据中显示的图标。返回的图标应为20x16像素的png格式,左4列像素为空白和透明。

位深度为32以包括一个alpha通道。

  • AddBinaryProperty(index,<指向二进制数据数组的指针>,iconBytesSize);