MapDataInfoSvg Class

An SVG representation of map data.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Utility.MapMapDataInfoSvg

Namespace:  Dundas.BI.Utility.Map
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public class MapDataInfoSvg

The MapDataInfoSvg type exposes the following members.

Properties
  NameDescription
Public propertyAvailableLayerIds
Gets the list of available layer IDs based on client data request ClientRequest for metric sets.
Public propertyHeight
Gets the height of the SVG element.
Public propertyMetricSetDataRequestIds
Gets the IDs of client data request ClientRequest for metric sets attached to a map control.
Public propertyMetricSetResourceFileIds
Gets the IDs of map/diagram resource files required based on the ClientRequest for the metric set.
Public propertyMetricSetResourceFileNames
Gets the names of map/diagram resource files required based on the ClientRequest for the metric set.
Public propertySvgPaths
Gets the shapes of this map instance as a collection of PathInfoSvg.
Public propertySvgShapes
Gets the shapes of this map instance as a collection of ShapeInfoSvg.
Public propertySvgSymbols
Gets the shapes of this map instance as a collection of SymbolInfoSvg.
Public propertyViewportData
Gets the view port information.
Public propertyWidth
Gets the width of the SVG element.
Top
See Also