Adjusts the grid to cut all levels.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax
| C# |
|---|
[ObsoleteAttribute("This method will be obsolete from 2016. Use Maximize3DExtents() instead.")]
public void ExtendToAllLevels() |
| Visual Basic |
|---|
<ObsoleteAttribute("This method will be obsolete from 2016. Use Maximize3DExtents() instead.")> _
Public Sub ExtendToAllLevels |
| Visual C++ |
|---|
[ObsoleteAttribute(L"This method will be obsolete from 2016. Use Maximize3DExtents() instead.")]
public:
void ExtendToAllLevels() |
Exceptions
See Also