IMapServiceSerializeSvgDiagram Method  | 
 Serializes SVG diagram file.
 
    Namespace: 
   Dundas.BI.Utility.Map
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxvoid SerializeSvgDiagram(
	Stream svgFileStream,
	Stream outputStream
)
Sub SerializeSvgDiagram ( 
	svgFileStream As Stream,
	outputStream As Stream
)
void SerializeSvgDiagram(
	Stream^ svgFileStream, 
	Stream^ outputStream
)
abstract SerializeSvgDiagram : 
        svgFileStream : Stream * 
        outputStream : Stream -> unit 
Parameters
- svgFileStream
 - Type: System.IOStream
The stream used to read the SVG file. - outputStream
 - Type: System.IOStream
The stream to which the SVG diagram is to be serialized. 
Exceptions
See Also