| Revit 2022.1 API |
| Rebar..::..IsRebarShapeDriven Method |
| Rebar Class See Also |
Returns true if the rebar is shape driven and false if free form.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2018
Syntax
| C# |
|---|
public bool IsRebarShapeDriven() |
| Visual Basic |
|---|
Public Function IsRebarShapeDriven As Boolean |
| Visual C++ |
|---|
public: bool IsRebarShapeDriven() |