Model.GetGrids Method

Gets the active viewport grid settings collection (WPF).
Public Function GetGrids() As ObservableCollection(Of Grid)
This language is not supported or no code example is available.
public ObservableCollection<Grid> GetGrids()
This language is not supported or no code example is available.

Return Value

ObservableCollection<Grid>

The grids collection of the active viewport

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition