Show / Hide Table of Contents

    Class VentDrainHolePattern

    Base class for vent drain hole patterns

    Inheritance
    object
    VentDrainHolePattern
    VentDrainHolePatternPipe
    VentDrainHolePatternTube
    VentDrainHolePatternWideFlange
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: DesignData.SDS2.Setup
    Assembly: DesignData.SDS2.Setup.dll
    Syntax
    public class VentDrainHolePattern

    Properties

    OffsetParallelToFlange

    Base class for vent drain hole patterns

    Declaration
    public double OffsetParallelToFlange { get; }
    Property Value
    Type Description
    double

    OffsetParallelToWeb

    Base class for vent drain hole patterns

    Declaration
    public double OffsetParallelToWeb { get; }
    Property Value
    Type Description
    double

    PlateRotation

    Base class for vent drain hole patterns

    Declaration
    public double PlateRotation { get; }
    Property Value
    Type Description
    double

    Methods

    Dispose(bool)

    Base class for vent drain hole patterns

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

    Equals(object)

    Base class for vent drain hole patterns

    Declaration
    public override bool Equals(object other)
    Parameters
    Type Name Description
    object other
    Returns
    Type Description
    bool
    Overrides
    object.Equals(object)

    ~VentDrainHolePattern()

    Base class for vent drain hole patterns

    Declaration
    protected ~VentDrainHolePattern()

    GetHashCode()

    Base class for vent drain hole patterns

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    object.GetHashCode()

    GetShape()

    Get the shape to base the vent drain hole pattern off for this base plate.

    Declaration
    public Shape GetShape()
    Returns
    Type Description
    Shape
    Back to top