Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / GetGrids Method

In This Topic
    GetGrids Method
    In This Topic
    Gets active viewport grids collection
    Syntax
    'Declaration
     
    Public Function GetGrids() As ObservableCollection(Of Grid)
    public ObservableCollection<Grid> GetGrids()

    Return Value

    The grids collection of the active viewport
    See Also