RebarConstrainedHandle.GetHandleType Method

RebarConstrainedHandleGetHandleType Method

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

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