Show / Hide Table of Contents

    Class DeckingEnd

    The end of a decking material

    Inheritance
    object
    DeckingEnd
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: DesignData.SDS2.Model
    Assembly: DesignData.SDS2.Model.dll
    Syntax
    public class DeckingEnd

    Properties

    CutAngle

    Angle to cut across the end of the decking where 0 is a sqr cut.

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

    A floating point value in radians.

    Methods

    Dispose(bool)

    The end of a decking material

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

    ~DeckingEnd()

    The end of a decking material

    Declaration
    protected ~DeckingEnd()
    Back to top