Click or drag to resize

PlatePropertyPanel Class

返回用户文档首页
板属性复合控件,包含以下板属性:
  1. thickness – 板厚度
  2. width – 板宽度
  3. height – 板高度
  4. no_prefix – 编号前缀
  5. no_start_postfix – 起始编号及编号后缀
  6. ass_no_prefix – 构件编号前缀
  7. ass_no_start_postfix – 构件起始编号及后缀
  8. material – 材质
  9. name – 名称
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsControl
        System.Windows.FormsScrollableControl
          System.Windows.FormsContainerControl
            System.Windows.FormsUserControl
              LoongCAD.UIParamPanelBase
                LoongCAD.UI.ComponentPlatePropertyPanel

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

The PlatePropertyPanel type exposes the following members.

Constructors
 NameDescription
Public methodPlatePropertyPanel 默认构造函数
Top
Properties
 NameDescription
Public propertyControlCheckName 复合参数是否启用的CheckBox控件名称
(Inherited from ParamPanelBase)
Public propertyStatic memberEmptyValue 各个子属性留空时的值
Public propertyEnableAssemblyNumberControls 是否启用构件编号控件
Public propertyEnableHeaderControls 是否启用头部面板名称控件
Public propertyEnableHeightControls 是否启用高度控件
Public propertyEnableMaterialControls 是否启用材质控件
Public propertyEnableNameControls 是否启用名称控件
Public propertyEnableNumberControls 是否启用编号控件
Public propertyEnableSizeControls 是否启用尺寸控件
Public propertyEnableThicknessControls 是否启用厚度控件
Public propertyEnableTitleControls 是否启用标题控件
Public propertyEnableWidthControls 是否启用宽度控件
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)
Public methodUpdateLayout 更新复合面板的内部布局,此方法会根据内部子控件的可见性进行自动排布
Top
See Also