RVTDocs.com

Truss.AttachChord

Method
Description:
Attach a truss's specific chord to a specified element, the element should be a roof or floor.
Syntax
public void AttachChord(
	Element attachToElement,
	TrussChordLocation location,
	bool forceRemoveSketch
)
Parameters
Parameter Type Description
attachToElement Element The element to which the truss's chord will attach. The element should be a roof or floor.
location TrussChordLocation The chord need to be attached.
forceRemoveSketch Boolean Whether to detach the original sketch if there is one.
Return Value