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

In This Topic
    Groups Property (ViewportLayout)
    In This Topic
    Group collection.
    Syntax
    'Declaration
     
    Public Property Groups As List(Of List(Of Integer))
    public List<List<int>> Groups {get; set;}
    See Also