Map for WinForms | ComponentOne
C1.Win.Map Namespace / VirtualLayer Class / Slices Property

In This Topic
    Slices Property (VirtualLayer)
    In This Topic
    Gets the MapSlicesCollection specifying how the layer is partitioned for virtualizaiton.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Slices As MapSlicesCollection
    public MapSlicesCollection Slices {get;}
    Remarks
    Each MapSlice defines a set of regions this virtual layer will get items for when needed. The minimum zoom of a MapSlice is the value of its MapSlice.Zoom property, while the maximum zoom is the value from the MapSlice.Zoom property of the next slice.
    See Also