Click or drag to resize

ThreadedRodItem Class

返回用户文档首页
化学螺栓配置
Inheritance Hierarchy
SystemObject
  LoongCAD.STC.Friendly.CatalogsBaseBoltItem
    LoongCAD.STC.Friendly.CatalogsThreadedRodItem

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 ThreadedRodItem : BaseBoltItem

The ThreadedRodItem type exposes the following members.

Constructors
 NameDescription
Public methodThreadedRodItemInitializes a new instance of the ThreadedRodItem class
Public methodThreadedRodItem(String)Initializes a new instance of the ThreadedRodItem 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 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