Show / Hide Table of Contents

    Class StairConnectionAttachmentWelded

    Welded StairConnection attachment

    Inheritance
    System.Object
    StairConnectionAttachmentSpecification
    StairConnectionAttachmentWelded
    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.Model
    Assembly: DesignData.SDS2.Model.dll
    Syntax
    public sealed class StairConnectionAttachmentWelded : StairConnectionAttachmentSpecification

    Constructors

    StairConnectionAttachmentWelded()

    Declaration
    public StairConnectionAttachmentWelded()

    Properties

    Size

    Weld size

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

    Thrown for negative weld sizes.

    Methods

    Dispose(Boolean)

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