Revit 2026 API
Rebar |
Returns the RebarHandleType of a RebarConstrainedHandle.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public RebarHandleType GetHandleType()
Public Function GetHandleType As RebarHandleType
public: RebarHandleType GetHandleType()
member GetHandleType : unit -> RebarHandleType
Return Value
RebarHandleTypeThe RebarHandleType of the specified RebarConstrainedHandle.
| Exception | Condition |
|---|---|
| InvalidOperationException | RebarConstrainedHandle is no longer valid. |
See Also