ColumnAttachment.RemoveColumnAttachment
Description:
Removes an attachment at the top or base of a column, if there is one.
Removes an attachment at the top or base of a column, if there is one.
Remarks:
This method modifies both column and target elements.
This method modifies both column and target elements.
Overloads (2):
RemoveColumnAttachment(FamilyInstance,Int32)
public static void RemoveColumnAttachment(
FamilyInstance column,
int baseOrTop
)
-
columnA column.
-
Int32baseOrTop0 for base, 1 for top.
-
A non-optional argument was null
-
baseOrTop must be either 0 or 1.