Class BoltTypeASD9
  
  Bolt type setup information for an ASD9 bolt
    Inheritance
    System.Object
    
    BoltTypeASD9
      
   
  
    Inherited Members
    
    
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ToString()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
   
  
  Assembly: DesignData.SDS2.Setup.dll
  Syntax
  
    public class BoltTypeASD9 : BoltType
   
  Properties
  
  
  
  
  ShearLongSlot
  The maximum allowable shear stress for the type of bolt
being defined when it is used in a long slot.
Declaration
  
    public double ShearLongSlot { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Double |  | 
    
  
  
  
  
  ShearOversized
  The maximum allowable shear stress for the type of bolt
being defined when used in an oversized hole. An oversized hole
is a round hole that is typically 1/8 inch larger than the bolt
diameter.
Declaration
  
    public double ShearOversized { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Double |  | 
    
  
  
  
  
  ShearShortSlot
  The maximum allowable shear stress for the type of bolt
being defined when it is used in a short slot.
Declaration
  
    public double ShearShortSlot { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Double |  | 
    
  
  
  
  
  ShearStandard
  The maximum allowable shear stress that the type of bolt
being defined can withstand when used in a standard hole. A
standard hole is a round hole that is typically 1/16 inch larger
than the bolt diameter.
Declaration
  
    public double ShearStandard { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Double |  | 
    
  
  
  
  
  SurfaceClass
  Only applies for slip critical bolts
Declaration
  
    public SurfaceClassType SurfaceClass { get; }
   
  Property Value
  
  
  
  
  
  
  Tension
  The nominal tension stress for this type of bolt
Declaration
  
    public double Tension { 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
  
  
  
  
  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()