Revit 2026 API
Wall |
Gets the information of the wall sweep or reveal.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public WallSweepInfo GetWallSweepInfo()
Public Function GetWallSweepInfo As WallSweepInfo
public: WallSweepInfo^ GetWallSweepInfo()
member GetWallSweepInfo : unit -> WallSweepInfo
Return Value
WallSweepInfoThe information that describes the wall sweep or reveal.
See Also