Click or drag to resize

ParamPanelBaseGetParameter(ListControl, Boolean) Method

返回用户文档首页
获取参数

Namespace: LoongCAD.UI
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 0.8.15.0 (0.8.15.0)
Syntax
C#
public virtual Object GetParameter(
	List<Control> exclude,
	bool check
)

Parameters

exclude  ListControl
排除的子属性控件
check  Boolean
是否只包含启用的控件

Return Value

Object

Implements

IParamCtrlGetParameter(ListControl, Boolean)
See Also