Class StairConnectionFloorClip
Clip angle connection between stair stringer and supporting floor material
Inherited Members
Namespace: DesignData.SDS2.Model
Assembly: DesignData.SDS2.Model.dll
Syntax
public sealed class StairConnectionFloorClip : StairConnectionSpecification
Constructors
StairConnectionFloorClip()
Declaration
public StairConnectionFloorClip()
Properties
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. |
AttachToMember
Specifies which member that the clip angle ships with.
Declaration
public AttachToMember AttachToMember { get; set; }
Property Value
Type | Description |
---|---|
AttachToMember |
DimensionToStringerEdge
Specifies the vertical distance from the stringer edge to the clip angle.
Declaration
public double DimensionToStringerEdge { get; set; }
Property Value
Type | Description |
---|---|
System.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. |
IsLocatedAtSetbackElevation
Specifies if the connection elevation should adjust based on the stringer's end setback.
Declaration
public bool IsLocatedAtSetbackElevation { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Length
Specifies the clip angle length.
Declaration
public double Length { get; set; }
Property Value
Type | Description |
---|---|
System.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(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |