Show / Hide Table of Contents

    Class RoundBarShape

    A Shape derived class.

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

    Constructors

    RoundBarShape()

    Declaration
    public RoundBarShape()

    Properties

    BarDiameter

    Bar diameter in inches.

    Declaration
    public double BarDiameter { 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
    Shape.Dispose(Boolean)
    Back to top