Revit 2025 API
Rebar |
Checks if individual bars can be moved, excluded or included.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool CanEditIndividualBars()
Public Function CanEditIndividualBars As Boolean
public: bool CanEditIndividualBars()
member CanEditIndividualBars : unit -> bool
Return Value
BooleanTrue if individual bars can be moved, excluded or included, false otherwise.
Individual bars can be moved, exlucded or included only for RebarInSystem that is owned by PathReinforcement. For RebarInSystem owned by AreaReinforcement these operations are not supported.
See Also