Class RoundBarShape
A Shape derived class.
Inherited Members
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 |