Show / Hide Table of Contents

    Class FullyWeldedSpecification

    A fully welded moment connection specification.

    Inheritance
    object
    ConnectionSpecification
    FullyWeldedSpecification
    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 FullyWeldedSpecification : ConnectionSpecification

    Constructors

    FullyWeldedSpecification()

    A fully welded moment connection specification.

    Declaration
    public FullyWeldedSpecification()

    Methods

    Dispose(bool)

    A fully welded moment connection specification.

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