Show / Hide Table of Contents

    Class JoistStructuralProperties

    Inheritance
    object
    JoistStructuralProperties
    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 JoistStructuralProperties

    Properties

    Area

    Cross sectional area

    Declaration
    public double? Area { get; set; }
    Property Value
    Type Description
    double?

    Ix

    Moment of inertia (in inches^4)

    Declaration
    public double? Ix { get; set; }
    Property Value
    Type Description
    double?

    Reference

    The name of the book this came from

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

    Methods

    Dispose(bool)

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

    ~JoistStructuralProperties()

    Declaration
    protected ~JoistStructuralProperties()
    Back to top