Click or drag to resize

CustomPluginRun Method

返回用户文档首页
组件运行函数

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 abstract bool Run(
	Component componentObject,
	List<PluginBaseInputDefinition> input
)

Parameters

componentObject  Component
 
input  ListPluginBaseInputDefinition
 

Return Value

Boolean
组件运行是否成功
See Also