Show / Hide Table of Contents

    Class StairConnectionAttachmentSpecification

    Base class for StairConnection attachments

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

    Methods

    Dispose(bool)

    Base class for StairConnection attachments

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

    ~StairConnectionAttachmentSpecification()

    Base class for StairConnection attachments

    Declaration
    protected ~StairConnectionAttachmentSpecification()
    Back to top