Show / Hide Table of Contents

    Class StairConnectionAttachmentWelded

    Welded StairConnection attachment

    Inheritance
    object
    StairConnectionAttachmentSpecification
    StairConnectionAttachmentWelded
    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 StairConnectionAttachmentWelded : StairConnectionAttachmentSpecification

    Constructors

    StairConnectionAttachmentWelded()

    Welded StairConnection attachment

    Declaration
    public StairConnectionAttachmentWelded()

    Properties

    Size

    Weld size

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

    Thrown for negative weld sizes.

    Methods

    Dispose(bool)

    Welded StairConnection attachment

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