Click or drag to resize

CustomPluginDefineInput Method

返回用户文档首页
定义用户输入函数

Namespace: LoongCAD.STC.Friendly.Plugins
Assembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2026.0.9.24 (2026.0.9.24)
Syntax
C#
public abstract List<PluginBaseInputDefinition> DefineInput()

Return Value

ListPluginBaseInputDefinition
用户输入列表

Implements

IDefineInputPluginDefineInput
See Also