Revit 2025.3 API
View |
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.3.0.0 (25.3.0.0)
Syntax
public bool ProjectGridsOnSectionBox { get; set; }
Public Property ProjectGridsOnSectionBox As Boolean Get Set
public: property bool ProjectGridsOnSectionBox { bool get (); void set (bool value); }
member ProjectGridsOnSectionBox : bool with get, set
Property Value
Boolean
Exception | Condition |
---|---|
InvalidOperationException | Returns true if the view is not a view template. |
See Also