Show / Hide Table of Contents

    Class RoundBarShape

    A Shape derived class.

    Inheritance
    object
    Shape
    RoundBarShape
    Inherited Members
    Shape.GetHashCode()
    Shape.Equals(object)
    Shape.SectionSize
    Shape.IsAvailable
    Shape.SourceReference
    object.GetType()
    object.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: DesignData.SDS2.Setup
    Assembly: DesignData.SDS2.Setup.dll
    Syntax
    public sealed class RoundBarShape : Shape

    Constructors

    RoundBarShape()

    A Shape derived class.

    Declaration
    public RoundBarShape()

    Properties

    BarDiameter

    Bar diameter in inches.

    Declaration
    public double BarDiameter { get; set; }
    Property Value
    Type Description
    double

    Methods

    Dispose(bool)

    A Shape derived class.

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