Removes any attachment of the column to the specified target.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static void RemoveColumnAttachment(
FamilyInstance column,
ElementId targetId
)
Parameters
- column FamilyInstance
-
A column.
- targetId ElementId
-
Id of a target element.
Exceptions
Remarks
This method modifies both column and target elements.
See Also
Reference