Checks if the input behavior can be set for this RebarConstrainedHandle.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool CanSetBehavior(
RebarHandleBehavior handleBehavior
)
Parameters
- handleBehavior RebarHandleBehavior
-
The behavior to be checked.
Return Value
Boolean
Returns true if the input behavior can be set for this RebarConstrainedHandle, false otherwise.
Exceptions
See Also
Reference