Click or drag to resize

CustomPluginDefineInput 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 List<PluginBaseInputDefinition> DefineInput()

Return Value

ListPluginBaseInputDefinition
用户输入列表

Implements

IDefineInputPluginDefineInput
See Also