Revit 2025.3 API
Rebar |
Returns the RebarHandleType of a RebarConstrainedHandle.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.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