Show / Hide Table of Contents

    Class VentDrainHolePatternWideFlangeDualHole

    Two holes, if HoleCenterX is 0 they would be at the center of the web

    Inheritance
    object
    VentDrainHolePattern
    VentDrainHolePatternWideFlange
    VentDrainHolePatternWideFlangeDualHole
    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 VentDrainHolePatternWideFlangeDualHole : VentDrainHolePatternWideFlange

    Methods

    Dispose(bool)

    Two holes, if HoleCenterX is 0 they would be at the center of the web

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

    Equals(object)

    Two holes, if HoleCenterX is 0 they would be at the center 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()

    Two holes, if HoleCenterX is 0 they would be at the center of the web

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