Click or drag to resize

BeamPropertyPanel Class

返回用户文档首页
梁属性复合控件,包含一下梁属性
  1. profile – 截面
  2. no_prefix – 编号前缀
  3. no_start_posfix – 起始编号及编号后缀
  4. no_start_postfix – 起始编号及编号后缀
  5. ass_no_prefix – 构件编号前缀
  6. material – 材质
  7. name – 名称
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsControl
        System.Windows.FormsScrollableControl
          System.Windows.FormsContainerControl
            System.Windows.FormsUserControl
              LoongCAD.UIParamPanelBase
                LoongCAD.UI.ComponentBeamPropertyPanel

Namespace: LoongCAD.UI.Component
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2024.0.9.3 (2024.0.9.3)
Syntax
C#
public class BeamPropertyPanel : ParamPanelBase

The BeamPropertyPanel type exposes the following members.

Constructors
 NameDescription
Public methodBeamPropertyPanel 构造函数
Top
Properties
 NameDescription
Public propertyControlCheckName 复合参数是否启用的CheckBox控件名称
(Inherited from ParamPanelBase)
Public propertyStatic memberEmptyValue 各个子属性留空时的值
Public propertyEnableAssemblyNumberControls 是否启用构件编号控件
Public propertyEnableHeaderControls 是否启用头部面板名称控件
Public propertyEnableMaterialControls 是否启用材质控件
Public propertyEnableNameControls 是否启用名称控件
Public propertyEnableNumberControls 是否启用编号控件
Public propertyEnableProfileControls 是否启用截面控件
Public propertyEnableTitleControls 是否启用标题控件
Public propertyHeaderName 头部名称
Public propertyParamName 复合参数名称
(Inherited from ParamPanelBase)
Public propertyPlaceholder 水印数据
(Inherited from ParamPanelBase)
Top
Methods
 NameDescription
Public methodClearParameter 清空参数
(Inherited from ParamPanelBase)
Public methodClearPlaceholder 清空占位符
(Inherited from ParamPanelBase)
Public methodGetParameter 获取参数
(Inherited from ParamPanelBase)
Public methodGetParameter(ListControl, Boolean) 获取参数
(Inherited from ParamPanelBase)
Public methodSetParameter 设置参数
(Inherited from ParamPanelBase)
Top
See Also