<Code Lib>
2025 Method
Changes 0
M

RebarBarType.SetHookPermission

Description:
Identifies if a hook type is permitted for this bar type

public void SetHookPermission(
	ElementId hookId,
	bool permission
)

  • hookId
    id of the hook type
  • permission
    True if the hook type should be permitted for this bar type, otherwise false

Loading…