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: 23.0.0.0 (23.1.0.0)
Since:
2016
Syntax
| C# |
|---|
public bool CanUseHookType(
ElementId proposedHookId
) |
| Visual Basic |
|---|
Public Function CanUseHookType ( _
proposedHookId As ElementId _
) As Boolean |
| Visual C++ |
|---|
public:
bool CanUseHookType(
ElementId^ proposedHookId
) |
Return Value
Returns true if the id is of a valid RebarHookType for the Rebar element.
Remarks
Exceptions
See Also