Show / Hide Table of Contents

    Class BoltTypeLRFD13

    Bolt type setup information for an LRFD13 bolt

    Inheritance
    object
    BoltType
    BoltTypeLRFD13
    Inherited Members
    BoltType.Description
    BoltType.Material
    BoltType.FrictionBearing
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: DesignData.SDS2.Setup
    Assembly: DesignData.SDS2.Setup.dll
    Syntax
    public class BoltTypeLRFD13 : BoltType

    Properties

    HoleFactorLongSlot

    Bolt type setup information for an LRFD13 bolt

    Declaration
    public double HoleFactorLongSlot { get; }
    Property Value
    Type Description
    double

    HoleFactorOversized

    Bolt type setup information for an LRFD13 bolt

    Declaration
    public double HoleFactorOversized { get; }
    Property Value
    Type Description
    double

    HoleFactorShortSlot

    Bolt type setup information for an LRFD13 bolt

    Declaration
    public double HoleFactorShortSlot { get; }
    Property Value
    Type Description
    double

    HoleFactorStandard

    Bolt type setup information for an LRFD13 bolt

    Declaration
    public double HoleFactorStandard { get; }
    Property Value
    Type Description
    double

    Shear

    The nominal shear stress for this type of bolt

    Declaration
    public double Shear { get; }
    Property Value
    Type Description
    double

    SurfaceClass

    Bolt type setup information for an LRFD13 bolt

    Declaration
    public SurfaceClassType SurfaceClass { get; }
    Property Value
    Type Description
    SurfaceClassType

    Tension

    The nominal tension stress for this type of bolt

    Declaration
    public double Tension { get; }
    Property Value
    Type Description
    double

    Methods

    Dispose(bool)

    Bolt type setup information for an LRFD13 bolt

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing
    Overrides
    BoltType.Dispose(bool)

    Equals(object)

    Bolt type setup information for an LRFD13 bolt

    Declaration
    public override bool Equals(object other)
    Parameters
    Type Name Description
    object other
    Returns
    Type Description
    bool
    Overrides
    object.Equals(object)

    GetHashCode()

    Bolt type setup information for an LRFD13 bolt

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    object.GetHashCode()
    Back to top