Click or drag to resize

CustomPlugin Methods

返回用户文档首页

The CustomPlugin type exposes the following members.

Methods
 NameDescription
Public methodDefineInput 定义用户输入函数
Public methodIsDefaultValue(Double) 检查浮点参数是否为默认值
(Inherited from PluginBase)
Public methodIsDefaultValue(Int32) 检查32位整数参数是否为默认值
(Inherited from PluginBase)
Public methodIsDefaultValue(Int64) 检查64位长整数参数是否为默认值
(Inherited from PluginBase)
Public methodIsDefaultValue(String) 检查字符串是否为默认值
(Inherited from PluginBase)
Public methodRun 组件运行函数
Top
See Also