Revit 2026 API
Family |
Indicates if the family instance is a slanted column.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsSlantedColumn { get; }
Public ReadOnly Property IsSlantedColumn As Boolean Get
public: property bool IsSlantedColumn { bool get (); }
member IsSlantedColumn : bool with get
Property Value
Boolean
If the family instance is a slanted column, it returns true, otherwise returns false.
See Also