Show / Hide Table of Contents

    Class BoltTypeChina

    Bolt type setup information for a Chinese design bolt

    Inheritance
    object
    BoltType
    BoltTypeChina
    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 BoltTypeChina : BoltType

    Properties

    BearingStrengthToQ235

    Bolt type setup information for a Chinese design bolt

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

    BearingStrengthToQ345

    Bolt type setup information for a Chinese design bolt

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

    BearingStrengthToQ390

    Bolt type setup information for a Chinese design bolt

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

    BearingStrengthToQ420

    Bolt type setup information for a Chinese design bolt

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

    ShearStrength

    The nominal shear strength for this type of bolt

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

    SurfaceClass

    Bolt type setup information for a Chinese design bolt

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

    TensionStrength

    The nominal tension strength for this type of bolt

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

    Methods

    Dispose(bool)

    Bolt type setup information for a Chinese design 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 a Chinese design 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 a Chinese design bolt

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