Class MiscellaneousShearOrThreadedStud
A member with a single shear stud material
Inherited Members
Namespace: DesignData.SDS2.Model
Assembly: DesignData.SDS2.Model.dll
Syntax
public sealed class MiscellaneousShearOrThreadedStud : Miscellaneous
Constructors
MiscellaneousShearOrThreadedStud()
Create a shear stud member
Declaration
public MiscellaneousShearOrThreadedStud()
Properties
Diameter
Diameter of the stud shaft.
Declaration
public double Diameter { get; set; }
Property Value
Type | Description |
---|---|
double |
HeadDiameter
Diameter of the stud head.
Declaration
public double HeadDiameter { get; set; }
Property Value
Type | Description |
---|---|
double | A floating point value in inches. |
HeadThickness
Thickness of the stud head.
Declaration
public double HeadThickness { get; set; }
Property Value
Type | Description |
---|---|
double | A floating point value in inches. |
StudType
Type of Stud, Shear or Threaded.
Declaration
public StudType StudType { get; set; }
Property Value
Type | Description |
---|---|
StudType |
Methods
Dispose(bool)
A member with a single shear stud material
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing |