GetHandleType Method


Rebar Constrained Handle Get Handle Type Method

Returns the RebarHandleType of a RebarConstrainedHandle.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public RebarHandleType GetHandleType()

Return Value

RebarHandleType
The RebarHandleType of the specified RebarConstrainedHandle.
Exceptions
Exception Condition
InvalidOperationException RebarConstrainedHandle is no longer valid.
See Also