Adjusts the grid to extend through only the vertical range between bottom and top.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:
2016
Syntax
C# |
---|
public void SetVerticalExtents(
double bottom,
double top
) |
Visual Basic |
---|
Public Sub SetVerticalExtents ( _
bottom As Double, _
top As Double _
) |
Visual C++ |
---|
public:
void SetVerticalExtents(
double bottom,
double top
) |
Parameters
- bottom
- Type: System..::..Double
The bottom range of the grid extents. It must be a valid number and below the top range.
- top
- Type: System..::..Double
The top range of the grid extents. It must be a valid number and above the bottom range.
Exceptions
See Also