Click or drag to resize

ParamsHandlerBase Class

返回用户文档首页
插件属性处理器基类
Inheritance Hierarchy
SystemObject
  LoongCAD.STC.PluginsParamsHandlerBase

Namespace: LoongCAD.STC.Plugins
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 0.8.15.0 (0.8.15.0)
Syntax
C#
public class ParamsHandlerBase

The ParamsHandlerBase type exposes the following members.

Constructors
 NameDescription
Public methodParamsHandlerBase 构件函数
Top
Properties
 NameDescription
Public propertyDefaultValues 组件默认值接口
Public propertyParamValues 组件属性接口,运行组件/显示属性窗之前,需要将组件属性设置给此方法
Top
Methods
 NameDescription
Public methodGetDObjectValue 获取字典类型的属性值
Public methodGetDoubleArrayValue 获取double数组类型的属性值
Public methodGetDoubleValue 获取double类型的参数
Public methodGetIntArrayValue 获取int数组类型的参数
Public methodGetIntegerArrayValueObsolete.
获取int数组类型的参数
Public methodGetIntegerValueObsolete.
获取int类型的参数
Public methodGetIntValue 获取int类型的参数
Public methodGetStringValue 获取string类型的属性值
Public methodInitializeDefaultValues 初始化默认值
Public methodSelectDefaultsByEmpty 通过空值表、属性值表筛选默认值,只保留属性值等于空值的属性项
Public methodStatic memberSelectDefaultsByEmpty(DObject, DObject, DObject) 通过空值表、属性值表筛选默认值,只保留属性值等于空值的属性项
Public methodStatic memberVerifyDoubleValue 检验double类型的参数是否存在错误值
Top
See Also