| Miner.Interop Namespace > IMMStandardMapBook Interface : Plot Method | 
'DeclarationSub Plot( _ ByVal Printer As ESRI.ArcGIS.Output.IPrinter, _ ByVal Workspace As ESRI.ArcGIS.Geodatabase.IWorkspace, _ ByVal Version As IMMVersionCache, _ ByVal MapProdInfo As IMMMapProductionInfoEx, _ ByVal ProgressForm As IMMPlotProgress, _ Optional ByVal DelayBetweenSheets As System.Integer _ )
'UsageDim instance As IMMStandardMapBook Dim Printer As ESRI.ArcGIS.Output.IPrinter Dim Workspace As ESRI.ArcGIS.Geodatabase.IWorkspace Dim Version As IMMVersionCache Dim MapProdInfo As IMMMapProductionInfoEx Dim ProgressForm As IMMPlotProgress Dim DelayBetweenSheets As System.Integer instance.Plot(Printer, Workspace, Version, MapProdInfo, ProgressForm, DelayBetweenSheets)
void Plot( ESRI.ArcGIS.Output.IPrinter Printer, ESRI.ArcGIS.Geodatabase.IWorkspace Workspace, IMMVersionCache Version, IMMMapProductionInfoEx MapProdInfo, IMMPlotProgress ProgressForm, System.int DelayBetweenSheets )
procedure Plot( 
    Printer: ESRI.ArcGIS.Output.IPrinter;
    Workspace: ESRI.ArcGIS.Geodatabase.IWorkspace;
    Version: IMMVersionCache;
    MapProdInfo: IMMMapProductionInfoEx;
    ProgressForm: IMMPlotProgress;
    DelayBetweenSheets: System.Integer
); 
            function Plot( Printer : ESRI.ArcGIS.Output.IPrinter, Workspace : ESRI.ArcGIS.Geodatabase.IWorkspace, Version : IMMVersionCache, MapProdInfo : IMMMapProductionInfoEx, ProgressForm : IMMPlotProgress, DelayBetweenSheets : System.int );
void Plot( ESRI.ArcGIS.Output.IPrinter* Printer, ESRI.ArcGIS.Geodatabase.IWorkspace* Workspace, IMMVersionCache* Version, IMMMapProductionInfoEx* MapProdInfo, IMMPlotProgress* ProgressForm, System.int DelayBetweenSheets )
void Plot( ESRI.ArcGIS.Output.IPrinter^ Printer, ESRI.ArcGIS.Geodatabase.IWorkspace^ Workspace, IMMVersionCache^ Version, IMMMapProductionInfoEx^ MapProdInfo, IMMPlotProgress^ ProgressForm, System.int DelayBetweenSheets )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2