Revit 2025 API
RebarIs |
Returns true if the rebar is shape driven and false if free form.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool IsRebarShapeDriven()
Public Function IsRebarShapeDriven As Boolean
public: bool IsRebarShapeDriven()
member IsRebarShapeDriven : unit -> bool
Return Value
BooleanReturns true if the rebar is shape driven and false if free form.
See Also