返回用户文档首页
            组件运行函数
            
Namespace: LoongCAD.STC.Friendly.PluginsAssembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2025.0.9.17 (2025.0.9.17)
Syntaxpublic abstract bool Run(
	Component componentObject,
	List<PluginBaseInputDefinition> input
)
Parameters
- componentObject  Component
 -  
 - input  ListPluginBaseInputDefinition
 -  
 
Return Value
Boolean组件运行是否成功
See Also