RemoveColumnAttachment Method (FamilyInstance, Int32)


Column Attachment Remove Column Attachment(Family Instance, Int 32) Method

Removes an attachment at the top or base of a column, if there is one.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static void RemoveColumnAttachment(
	FamilyInstance column,
	int baseOrTop
)

Parameters

column FamilyInstance
A column.
baseOrTop Int32
0 for base, 1 for top.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null
ArgumentOutOfRangeException baseOrTop must be either 0 or 1.
Remarks
This method modifies both column and target elements.
See Also
ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →