| Revit 2022.1 API |
| FamilyInstance..::..IsSlantedColumn Property |
| FamilyInstance Class See Also |
Indicates if the family instance is a slanted column.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Syntax
| C# |
|---|
public bool IsSlantedColumn { get; } |
| Visual Basic |
|---|
Public ReadOnly Property IsSlantedColumn As Boolean Get |
| Visual C++ |
|---|
public: property bool IsSlantedColumn { bool get (); } |
Remarks
If the family instance is a slanted column, it returns true, otherwise returns false.