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.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic 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
Exceptions
See Also