Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / Viewport Class / Grids Property

In This Topic
    Grids Property
    In This Topic
    Gets or sets the planar grids settings.
    Syntax
    'Declaration
     
    Public Property Grids As ObservableCollection(Of Grid)
    public ObservableCollection<Grid> Grids {get; set;}
    See Also