<Code Lib>
2026 Method
Changes 0
M

FabricationRodInfo.AttachToHanger

Description:
Attaches the hanger rod to another bearer hanger.

public void AttachToHanger(
	ElementId hangerId,
	int rodIndex,
	XYZ position
)

  • hangerId
    Identifier of the bearer hanger to which the rod attaches.
  • Int32
    rodIndex
    The index of the rod.
  • position
    The position of the rod end. It should be on bearer centerline.

Loading…