Revit 2025.3 API
RebarGet |
Returns an interface providing access to shape-driven properties and methods for this Rebar element.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public RebarShapeDrivenAccessor GetShapeDrivenAccessor()
Public Function GetShapeDrivenAccessor As RebarShapeDrivenAccessor
public: RebarShapeDrivenAccessor^ GetShapeDrivenAccessor()
member GetShapeDrivenAccessor : unit -> RebarShapeDrivenAccessor
Return Value
RebarShapeDrivenAccessorThe interface providing access to shape-driven properties and methods for this Rebar element.
| Exception | Condition |
|---|---|
| InvalidOperationException | This method applies only to shape driven rebar. |
See Also