Provides access to the LayerCacheInfo Collection Interface.
Members
| Name | Description | |
|---|---|---|
![]()  | 
Add | Adds a LayerCacheInfo. | 
![]()  | 
Count | The LayerCacheInfo info count. | 
![]()  | 
Element | The LayerCacheInfo at the specified position. | 
![]()  | 
Insert | Adds a LayerCacheInfo at the specified position. | 
![]()  | 
Remove | Removes the LayerCacheInfo at the specified position. | 
![]()  | 
RemoveAll | Removes all LayerCacheInfo objects. | 
ILayerCacheInfos.Add Method
Adds a LayerCacheInfo.
Public Sub Add ( _
    ByVal pLayerCacheInfo As ILayerCacheInfo _
)
public void Add (
    ILayerCacheInfo pLayerCacheInfo
);
ILayerCacheInfos.Count Property
The LayerCacheInfo info count.
Public ReadOnly Property Count As Integer
public int Count {get;}
ILayerCacheInfos.Element Property
The LayerCacheInfo at the specified position.
Public Function get_Element ( _
    ByVal Index As Integer _
) As ILayerCacheInfo
public ILayerCacheInfo get_Element (
    int Index
);
ILayerCacheInfos.Insert Method
Adds a LayerCacheInfo at the specified position.
Public Sub Insert ( _
    ByVal Index As Integer, _
    ByVal pLayerCacheInfo As ILayerCacheInfo _
)
public void Insert (
    int Index,
    ILayerCacheInfo pLayerCacheInfo
);
ILayerCacheInfos.Remove Method
Removes the LayerCacheInfo at the specified position.
Public Sub Remove ( _
    ByVal Index As Integer _
)
public void Remove (
    int Index
);
ILayerCacheInfos.RemoveAll Method
Removes all LayerCacheInfo objects.
Public Sub RemoveAll ( _
)
public void RemoveAll (
);
Classes that implement ILayerCacheInfos
| Classes | Description | 
|---|

