Revit 2026 API
Rebar |
Gets the layout rule for this bar.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public RebarLayoutRule GetLayoutRule()
Public Function GetLayoutRule As RebarLayoutRule
public: RebarLayoutRule GetLayoutRule()
member GetLayoutRule : unit -> RebarLayoutRule
Return Value
RebarLayoutRuleReturns the layout rule for this bar.
See Also