Class BoltTypeLRFD13
Bolt type setup information for an LRFD13 bolt
Inheritance
System.Object
BoltTypeLRFD13
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: DesignData.SDS2.Setup.dll
Syntax
public class BoltTypeLRFD13 : BoltType
Properties
HoleFactorLongSlot
Declaration
public double HoleFactorLongSlot { get; }
Property Value
Type |
Description |
System.Double |
|
HoleFactorOversized
Declaration
public double HoleFactorOversized { get; }
Property Value
Type |
Description |
System.Double |
|
HoleFactorShortSlot
Declaration
public double HoleFactorShortSlot { get; }
Property Value
Type |
Description |
System.Double |
|
HoleFactorStandard
Declaration
public double HoleFactorStandard { get; }
Property Value
Type |
Description |
System.Double |
|
Shear
The nominal shear stress for this type of bolt
Declaration
public double Shear { get; }
Property Value
Type |
Description |
System.Double |
|
SurfaceClass
Declaration
public SurfaceClassType SurfaceClass { get; }
Property Value
Tension
The nominal tension stress for this type of bolt
Declaration
public double Tension { get; }
Property Value
Type |
Description |
System.Double |
|
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|
Overrides
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
System.Object |
other |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
System.Object.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
System.Object.GetHashCode()