Revit 2025.3 API
Wall |
Gets the information of the wall sweep or reveal.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.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