Click or drag to resize

ComponentPluginExportableFieldNames Property

返回用户文档首页
可导出的字段属性名 若有需要导出的属性,则组件需要重载此属性

Namespace: LoongCAD.STC.Plugins
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2024.0.9.3 (2024.0.9.3)
Syntax
C#
public virtual List<string> ExportableFieldNames { get; }

Property Value

ListString
See Also