Show / Hide Table of Contents

    Class HoleOperationCounterBore

    Counter bore hole operation

    Inheritance
    System.Object
    HoleOperation
    HoleOperationCounterBore
    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.Model
    Assembly: DesignData.SDS2.Model.dll
    Syntax
    public class HoleOperationCounterBore : HoleOperation

    Properties

    Depth

    The depth of the wider section of the hole

    Declaration
    public double Depth { get; set; }
    Property Value
    Type Description
    System.Double

    Diameter

    The diameter of the wider section of the hole

    Declaration
    public double Diameter { get; set; }
    Property Value
    Type Description
    System.Double

    Methods

    Dispose(Boolean)

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