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

In This Topic
    Groups Property (Block)
    In This Topic
    Groups collection.
    Syntax
    'Declaration
     
    Public ReadOnly Property Groups As List(Of List(Of Integer))
    public List<List<int>> Groups {get;}
    Remarks
    Used only when a is set as current
    See Also