An object representing the attachment of the top or bottom of a column to some target:
a floor, roof, ceiling, beam, or brace.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.1090.0)
Syntax
| C# |
|---|
public class ColumnAttachment : IDisposable |
| Visual Basic |
|---|
Public Class ColumnAttachment _ Implements IDisposable |
| Visual C++ |
|---|
public ref class ColumnAttachment : IDisposable |
Remarks
Call IsValidColumn() and IsValidTarget() to verify that specific elements support
column attachments. A column has at most one top attachment and one bottom
attachment.