Checks if the specified RebarHookType id is of a valid RebarHookType for the Rebar's RebarBarType
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public bool CanUseHookType( ElementId proposedHookId )
Parameters
- proposedHookId ElementId
- The Id of the RebarHookType
Return Value
BooleanReturns true if the id is of a valid RebarHookType for the Rebar element.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |