IMapServiceGetDiagramDataSvg Method  | 
 
            Gets a 
MapDataInfoSvg object which is an SVG representation of the diagram elements.
            
 
    Namespace: 
   Dundas.BI.Utility.Map
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
SyntaxMapDataInfoSvg GetDiagramDataSvg(
	ICollection<Guid> metricSetResourceFileIds,
	ICollection<Guid> requestedDiagramIds,
	ViewportData viewportData
)
Function GetDiagramDataSvg ( 
	metricSetResourceFileIds As ICollection(Of Guid),
	requestedDiagramIds As ICollection(Of Guid),
	viewportData As ViewportData
) As MapDataInfoSvg
MapDataInfoSvg^ GetDiagramDataSvg(
	ICollection<Guid>^ metricSetResourceFileIds, 
	ICollection<Guid>^ requestedDiagramIds, 
	ViewportData^ viewportData
)
abstract GetDiagramDataSvg : 
        metricSetResourceFileIds : ICollection<Guid> * 
        requestedDiagramIds : ICollection<Guid> * 
        viewportData : ViewportData -> MapDataInfoSvg 
Parameters
- metricSetResourceFileIds
 - Type: System.Collections.GenericICollectionGuid
The IDs of diagram resource files required based on each ClientRequest for the metric sets. - requestedDiagramIds
 - Type: System.Collections.GenericICollectionGuid
The IDs of diagram resource files requested by users. - viewportData
 - Type: Dundas.BI.Utility.MapViewportData
An object that represents the current location of the view port and the distance is. 
Return Value
Type: 
MapDataInfoSvg
            A 
MapDataInfoSvg object containing an SVG representation of the diagram elements.
            
Exceptions
See Also