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 (26.2.0.1000)
Syntax
MapDataInfoSvg GetDiagramDataSvg(
	ICollection<Guid> metricSetResourceFileIds,
	ICollection<Guid> requestedDiagramIds,
	ViewportData viewportData
)

Parameters

metricSetResourceFileIds  ICollectionGuid
The IDs of diagram resource files required based on each ClientRequest for the metric sets.
requestedDiagramIds  ICollectionGuid
The IDs of diagram resource files requested by users.
viewportData  ViewportData
An object that represents the current location of the view port and the distance is.

Return Value

MapDataInfoSvg
A MapDataInfoSvg object containing an SVG representation of the diagram elements.
Exceptions
ExceptionCondition
ArgumentNullExceptionmetricSetResourceFileIds and/or requestedDiagramIds is .
NoPrivilegeExceptionA resource specified in requestedDiagramIds is not accessible to the caller.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also