MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
virtual MgByteReader* MgMappingService::GenerateMultiPlot ( MgMapPlotCollection mapPlots,
MgDwfVersion dwfVersion 
) [pure virtual]

Generates an ePlot containing one sheet per specified map.

.NET Syntax
virtual MgByteReader GenerateMultiPlot(MgMapPlotCollection mapPlots, MgDwfVersion dwfVersion);
Java Syntax
virtual MgByteReader GenerateMultiPlot(MgMapPlotCollection mapPlots, MgDwfVersion dwfVersion);
PHP Syntax
virtual MgByteReader GenerateMultiPlot(MgMapPlotCollection mapPlots, MgDwfVersion dwfVersion);
Parameters:
mapPlots(MgMapPlotCollection) A collection of MapPlot objects.
dwfVersion(MgDwfVersion) DWF specification required by the client. This determines the schema and file versions used to generate the DWFs sent back to the client.
Returns:
Returns an MgByteReader object containing a DWF in ePlot format with multiple sheets, one for each map.
Exceptions:
MgNullArgumentException