<Code Lib>
2025.3 Method
Changes 5
M

ColumnAttachment.GetColumnAttachment(FamilyInstance, Int32)

Description:
Look up a column attachment. There is at most one attachment on the base and one on the top.
Overloads (2):
GetColumnAttachment(FamilyInstance,Int32)

public static ColumnAttachment GetColumnAttachment(
	FamilyInstance column,
	int baseOrTop
)

  • column
    A column.
  • Int32
    baseOrTop
    0 for base, 1 for top.
Return Value ColumnAttachment The column attachment for the base or top of the column, or if that end of the column is unattached.

Loading…