Click or drag to resize

PluginIconLocationAttribute Class

返回用户文档首页
定义插件图标的文件名与路径, 插件图标用于工具栏中插件按钮显示
Inheritance Hierarchy
SystemObject
  SystemAttribute
    LoongCAD.STC.Friendly.PluginsPluginIconLocationAttribute

Namespace: LoongCAD.STC.Friendly.Plugins
Assembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntax
C#
public sealed class PluginIconLocationAttribute : Attribute

The PluginIconLocationAttribute type exposes the following members.

Constructors
 NameDescription
Public methodPluginIconLocationAttribute 构造函数
Top
Properties
 NameDescription
Public propertyIconFileName 图标文件名
Public propertyIconSubFolder 图标文件相对插件所在目录的子目录
Top
Remarks
格式为PNG,如插件不定义此标签, 则默认文件名为icon, 默认子目录为插件所在目录
See Also