Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / Grids Property

In This Topic
    Grids Property (ViewportLayout)
    In This Topic
    Gets or sets the XY grid settings in the active viewport.
    Syntax
    'Declaration
     
    Public Property Grids As Grid()
    public Grid[] Grids {get; set;}
    See Also