Show / Hide Table of Contents

    Class BoltType

    Base class for bolt type setup information

    Inheritance
    object
    BoltType
    BoltTypeAISC14
    BoltTypeAISC15
    BoltTypeASD9
    BoltTypeAustralia
    BoltTypeCanada
    BoltTypeChina
    BoltTypeEuro
    BoltTypeIndia
    BoltTypeLRFD13
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: DesignData.SDS2.Setup
    Assembly: DesignData.SDS2.Setup.dll
    Syntax
    public class BoltType

    Properties

    Description

    This string is now the bolt type is named in the user interface.

    Declaration
    public string Description { get; }
    Property Value
    Type Description
    string

    FrictionBearing

    Base class for bolt type setup information

    Declaration
    public FrictionBearingType FrictionBearing { get; }
    Property Value
    Type Description
    FrictionBearingType

    Material

    The bolt material

    Declaration
    public string Material { get; }
    Property Value
    Type Description
    string

    Methods

    Dispose(bool)

    Base class for bolt type setup information

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing

    ~BoltType()

    Base class for bolt type setup information

    Declaration
    protected ~BoltType()
    Back to top