Show / Hide Table of Contents

    Class JoistStructuralProperties

    Inheritance
    System.Object
    JoistStructuralProperties
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    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 JoistStructuralProperties

    Properties

    Area

    Cross sectional area

    Declaration
    public double? Area { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    Ix

    Moment of inertia (in inches^4)

    Declaration
    public double? Ix { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    Reference

    The name of the book this came from

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

    Methods

    Dispose(Boolean)

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

    Finalize()

    Declaration
    protected void Finalize()
    Back to top