Show / Hide Table of Contents

    Class BaseCapPlateWelds

    Abstract base class for base/cap plate weld options. You'll need to pick one of the derived classes to create and set, or to cast to.

    Inheritance
    System.Object
    BaseCapPlateWelds
    BaseCapPlateWeldAllAround
    BaseCapPlateWeldFullSpecification
    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.Setup
    Assembly: DesignData.SDS2.Setup.dll
    Syntax
    public class BaseCapPlateWelds

    Methods

    Dispose(Boolean)

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

    Finalize()

    Declaration
    protected void Finalize()
    Back to top