RebarConstrainedHandleGetHandleType Method

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()

Return Value

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