Revit 2025 API
Wall |
Indicates whether the sweep or reveal is swept vertically or horizontally.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool IsVertical { get; }
Public ReadOnly Property IsVertical As Boolean Get
public: property bool IsVertical { bool get (); }
member IsVertical : bool with get
Property Value
Boolean
Wall sweeps defined as a part of a vertical compound structure will always be horizontal.
See Also