MapElementConfigurationInfo Class

A class that contains information of the map and the layer it belongs to.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Utility.MapMapElementConfigurationInfo

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 MapElementConfigurationInfo

The MapElementConfigurationInfo type exposes the following members.

Properties
 NameDescription
Public propertyBoundingRectangle Gets or sets the bounding rectangle for this map element.
Public propertyLayerId Gets or sets the layer on which this element belongs to.
Public propertyMapResourceId Gets or sets the map resource on which this element belongs to.
Public propertyMapResourceName Gets or sets the map resource on which this element belongs to.
Public propertyMapResourcePath Gets or sets the map resource path.
Public propertySimplifiedMapResourceId Gets or sets the simplified map resource identified on which this element belongs to.
Top
See Also