Show / Hide Table of Contents

    Class BoltTypeIndia

    Bolt type setup information for an Indian design bolt

    Inheritance
    System.Object
    BoltType
    BoltTypeIndia
    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 BoltTypeIndia : BoltType

    Properties

    LongSlotHoleFactors

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

    OversizedHoleFactors

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

    ShortSlotHoleFactors

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

    StandardHoleFactors

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

    UltimateTensileStrength

    The nominal tensile strength of this type of bolt

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

    YieldStrength

    The nominal yield strength of this type of bolt

    Declaration
    public double YieldStrength { 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