View3DProjectGridsOnSectionBox Property

This option projects all grids from the current 3d view on the bottom face of the section box. Only grids that are inside or intersects the section box

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool ProjectGridsOnSectionBox { get; set; }

Property Value

Boolean
Exceptions
ExceptionCondition
InvalidOperationException Returns true if the view is not a view template.
See Also