ColumnAttachment.RemoveColumnAttachment(FamilyInstance, Int32)
Method
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.
Parameters
Parameter | Type | Description |
---|---|---|
column | FamilyInstance | A column. |
baseOrTop | Int32 | 0 for base, 1 for top. |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
ArgumentOutOfRangeException | baseOrTop must be either 0 or 1. |