The width or diameter of the straight.
Namespace: Autodesk.Revit.DB.FabricationAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2018.2
Syntax
C# |
---|
public double WidthDiameter { get; set; } |
Visual Basic |
---|
Public Property WidthDiameter As Double Get Set |
Visual C++ |
---|
public: property double WidthDiameter { double get (); void set (double value); } |