Show / Hide Table of Contents

    Class VentDrainHolePatternWideFlange

    The base class for wide flange vent hole patterns

    Inheritance
    object
    VentDrainHolePattern
    VentDrainHolePatternWideFlange
    VentDrainHolePatternWideFlangeDualHole
    VentDrainHolePatternWideFlangeQuadHole
    Inherited Members
    VentDrainHolePattern.GetShape()
    VentDrainHolePattern.GetHashCode()
    VentDrainHolePattern.Equals(object)
    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 VentDrainHolePatternWideFlange : VentDrainHolePattern

    Properties

    HoleCenterX

    The distance from the center of the material to the center of holes

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

    HoleDiameter

    The diameter of the holes

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

    Methods

    Dispose(bool)

    The base class for wide flange vent hole patterns

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