Share

View3D.ProjectGridsOnSectionBox 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: 26.4.0.0 (26.4.0.0)

Syntax

C#

public bool ProjectGridsOnSectionBox { get; set; }

Property Value

Boolean

Exceptions

ExceptionCondition
InvalidOperationException Returns true if the view is not a view template.

See Also

Reference

Was this information helpful?