Show / Hide Table of Contents

    Class BoltTypeChina

    Bolt type setup information for a Chinese design bolt

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

    Properties

    BearingStrengthToQ235

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

    BearingStrengthToQ345

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

    BearingStrengthToQ390

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

    BearingStrengthToQ420

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

    ShearStrength

    The nominal shear strength for this type of bolt

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

    SurfaceClass

    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
    System.Double

    Methods

    Dispose(Boolean)

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

    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()
    Back to top