Identifies if this ColumnAttachment is at the base or top of the column.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Syntax
| C# |
|---|
public int BaseOrTop { get; } |
| Visual Basic |
|---|
Public ReadOnly Property BaseOrTop As Integer Get |
| Visual C++ |
|---|
public: property int BaseOrTop { int get (); } |