<Code Lib>
2020 Method
Changes 4
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 nullNothingnullptr The column attachment attaching the column to the target, or null Nothing nullptr a null reference ( Nothing in Visual Basic) if there is no such attachment.

Loading…