2024 Method
Changes 0
M

ColumnAttachment.AddColumnAttachment

Description:
Attaches the column to the target. If an attachment already exists with the same "baseOrTop" value, no attachment is made.
Remarks:
This method modifies both column and target elements.
public static void AddColumnAttachment(
	Document doc,
	FamilyInstance column,
	Element target,
	int baseOrTop,
	ColumnAttachmentCutStyle cutColumnStyle,
	ColumnAttachmentJustification justification,
	double attachOffset
)