Provides access to available properties of a layer cache info object.
Members
Name | Description | |
---|---|---|
HasCache | Indicates if this layer has cache. | |
ID | The layer ID. |
ILayerCacheInfo.HasCache Property
Indicates if this layer has cache.
Public Property HasCache As Boolean
public bool HasCache {get; set;}
ILayerCacheInfo.ID Property
The layer ID.
Public Property ID As Integer
public int ID {get; set;}
Classes that implement ILayerCacheInfo
Classes | Description |
---|