<Code Lib>
2026 Method
Changes 5
M

ColumnAttachment.GetColumnAttachment(FamilyInstance, ElementId)

Description:
Look up a column attachment by specifying the target id.
Remarks:
May return either a top or base attachment.
Overloads (2):
GetColumnAttachment(FamilyInstance,ElementId)

public static ColumnAttachment GetColumnAttachment(
	FamilyInstance column,
	ElementId targetId
)

Return Value ColumnAttachment The column attachment attaching the column to the target, or if there is no such attachment.

Loading…