Click or drag to resize

StudItem Class

返回用户文档首页
剪力钉配置
Inheritance Hierarchy
SystemObject
  LoongCAD.STC.Friendly.CatalogsBaseBoltItem
    LoongCAD.STC.Friendly.CatalogsStudItem

Namespace: LoongCAD.STC.Friendly.Catalogs
Assembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2026.0.9.24 (2026.0.9.24)
Syntax
C#
public class StudItem : BaseBoltItem

The StudItem type exposes the following members.

Constructors
 NameDescription
Public methodStudItemInitializes a new instance of the StudItem class
Public methodStudItem(String)Initializes a new instance of the StudItem class
Top
Properties
 NameDescription
Public propertyDiameter
(Inherited from BaseBoltItem)
Public propertyLength
(Inherited from BaseBoltItem)
Public propertyName
(Inherited from BaseBoltItem)
Public propertyStandard
(Inherited from BaseBoltItem)
Public propertyTopDiameter 
Public propertyTopThick 
Public propertyType
(Inherited from BaseBoltItem)
Public propertyWeight
(Inherited from BaseBoltItem)
Top
Methods
 NameDescription
Public methodDelete 删除螺栓配置
(Inherited from BaseBoltItem)
Public methodExport 导出螺栓配置
(Inherited from BaseBoltItem)
Public methodInsert 创建螺栓配置
(Inherited from BaseBoltItem)
Public methodModify 修改螺栓配置
(Inherited from BaseBoltItem)
Public methodSelect 同步当前名称的螺栓数据到此对象
(Inherited from BaseBoltItem)
Public methodSelect(String) 同步给定名称的螺栓数据到此对象
(Inherited from BaseBoltItem)
Top
See Also