LayerConfigurationInfo Class

A class that represent information on how the current layer is organize for the map.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Utility.MapLayerConfigurationInfo

Namespace: Dundas.BI.Utility.Map
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[DataContractAttribute]
public class LayerConfigurationInfo

The LayerConfigurationInfo type exposes the following members.

Properties
 NameDescription
Public propertyLayerId Gets or sets the layer identifier.
Public propertyLayerName Gets or sets the layer name.
Public propertyZoomLevelEnd Gets or sets the zoom level end for the current layer.
Public propertyZoomLevelStart Gets or sets the zoom level start for the current layer.
Top
See Also