<Code Lib>
2025.3 Method
Changes 0
M

ColumnAttachment.RemoveColumnAttachment(FamilyInstance, Int32)

Description:
Removes an attachment at the top or base of a column, if there is one.
Remarks:
This method modifies both column and target elements.
Overloads (2):
RemoveColumnAttachment(FamilyInstance,Int32)

public static void RemoveColumnAttachment(
	FamilyInstance column,
	int baseOrTop
)

  • column
    A column.
  • Int32
    baseOrTop
    0 for base, 1 for top.

Loading…