2027 Method
Changes 6
M

Wall.AddAttachment

Description:
Attaches the wall to the target. If an attachment already exists with the same "attachmentLocation" value, an exception is thrown. The target should be a roof, floor, ceiling, toposolid, or other wall.
public void AddAttachment(
	ElementId targetId,
	AttachmentLocation attachmentLocation
)