| Revit 2020 API |
| RebarShape..::..RebarStyle Property |
| RebarShape Class See Also |
Whether the shape represents a standard bar or a stirrup.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since:
2009
Syntax
| C# |
|---|
public RebarStyle RebarStyle { get; } |
| Visual Basic |
|---|
Public ReadOnly Property RebarStyle As RebarStyle Get |
| Visual C++ |
|---|
public: property RebarStyle RebarStyle { RebarStyle get (); } |