Show / Hide Table of Contents

    Class StairConnectionClipAngle

    Clip angle connection between stair stringer and supporting material

    Inheritance
    object
    StairConnectionSpecification
    StairConnectionClipAngle
    Inherited Members
    object.GetType()
    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 sealed class StairConnectionClipAngle : StairConnectionSpecification

    Constructors

    StairConnectionClipAngle()

    Clip angle connection between stair stringer and supporting material

    Declaration
    public StairConnectionClipAngle()

    Properties

    AttachToMember

    Specifies which member that the clip angle ships with.

    Declaration
    public AttachToMember AttachToMember { get; set; }
    Property Value
    Type Description
    AttachToMember

    AttachmentSupported

    Specifies how the clip angle connects to the stair stringer.

    Declaration
    public StairConnectionAttachmentSpecification AttachmentSupported { get; set; }
    Property Value
    Type Description
    StairConnectionAttachmentSpecification
    Remarks

    This data is a copy of the attachment

    Exceptions
    Type Condition
    InvalidValueException

    Thrown for null attachments.

    AttachmentSupporting

    Specifies how the clip angle connects to the supporting material.

    Declaration
    public StairConnectionAttachmentBolted AttachmentSupporting { get; set; }
    Property Value
    Type Description
    StairConnectionAttachmentBolted
    Remarks

    This data is a copy of the attachment

    Exceptions
    Type Condition
    InvalidValueException

    Thrown for null attachments.

    DimensionToStringerEdge

    Specifies the vertical distance from the stringer edge to the clip angle.

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

    Grade

    Specifies the clip angle material grade.

    Declaration
    public SteelGrade Grade { get; set; }
    Property Value
    Type Description
    SteelGrade
    Exceptions
    Type Condition
    InvalidValueException

    Thrown for invalid grades.

    Length

    Specifies the clip angle length.

    Declaration
    public double Length { get; set; }
    Property Value
    Type Description
    double
    Exceptions
    Type Condition
    InvalidValueException

    Thrown for dimensions less than or equal to 0.0.

    LongLegTo

    Specifies which member the long leg of the clip angle touches.

    Declaration
    public StairConnectionLongLegTo LongLegTo { get; set; }
    Property Value
    Type Description
    StairConnectionLongLegTo

    Shape

    Specifies the clip angle shape.

    Declaration
    public AngleShape Shape { get; set; }
    Property Value
    Type Description
    AngleShape
    Exceptions
    Type Condition
    InvalidValueException

    Thrown for null shapes.

    StringerSide

    Specifies the side of the stringer the clip angle touches.

    Declaration
    public StairConnectionStringerSide StringerSide { get; set; }
    Property Value
    Type Description
    StairConnectionStringerSide

    Methods

    Dispose(bool)

    Clip angle connection between stair stringer and supporting material

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing
    Overrides
    StairConnectionSpecification.Dispose(bool)
    Back to top