Checks if the input behavior can be set for this RebarConstrainedHandle.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public bool CanSetBehavior( RebarHandleBehavior handleBehavior )
Parameters
- handleBehavior RebarHandleBehavior
- The behavior to be checked.
Return Value
BooleanReturns true if the input behavior can be set for this RebarConstrainedHandle, false otherwise.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |