Show / Hide Table of Contents

    Class VentDrainHolePatternWideFlangeQuadHole

    Four holes, two on each side of the web

    Inheritance
    object
    VentDrainHolePattern
    VentDrainHolePatternWideFlange
    VentDrainHolePatternWideFlangeQuadHole
    Inherited Members
    VentDrainHolePatternWideFlange.HoleDiameter
    VentDrainHolePatternWideFlange.HoleCenterX
    VentDrainHolePattern.GetShape()
    VentDrainHolePattern.PlateRotation
    VentDrainHolePattern.OffsetParallelToWeb
    VentDrainHolePattern.OffsetParallelToFlange
    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 VentDrainHolePatternWideFlangeQuadHole : VentDrainHolePatternWideFlange

    Properties

    HoleCenterY

    The Y distance from the center of the web

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

    Methods

    Dispose(bool)

    Four holes, two on each side of the web

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing
    Overrides
    VentDrainHolePatternWideFlange.Dispose(bool)

    Equals(object)

    Four holes, two on each side of the web

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

    GetHashCode()

    Four holes, two on each side of the web

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    VentDrainHolePattern.GetHashCode()
    Back to top