Show / Hide Table of Contents

    Class BoltTypeIndia

    Bolt type setup information for an Indian design bolt

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

    Properties

    LongSlotHoleFactors

    Bolt type setup information for an Indian design bolt

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

    OversizedHoleFactors

    Bolt type setup information for an Indian design bolt

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

    ShortSlotHoleFactors

    Bolt type setup information for an Indian design bolt

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

    StandardHoleFactors

    Bolt type setup information for an Indian design bolt

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

    UltimateTensileStrength

    The nominal tensile strength of this type of bolt

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

    YieldStrength

    The nominal yield strength of this type of bolt

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

    Methods

    Dispose(bool)

    Bolt type setup information for an Indian 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 an Indian 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 an Indian design bolt

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