| Revit 2019.2 API |
| WallSweepInfo..::..WallOffset Property |
| WallSweepInfo Class See Also |
The offset from the sweep or reveal to the wall.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.2.0.66)
Since:
2012
Syntax
| C# |
|---|
public double WallOffset { get; set; } |
| Visual Basic |
|---|
Public Property WallOffset As Double Get Set |
| Visual C++ |
|---|
public: property double WallOffset { double get (); void set (double value); } |