ArcFM Engine Developer Guide
Plot Method (IMMStandardMapBook)


Syntax
'Declaration
 
Sub 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 Integer _
) 
'Usage
 
Dim 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 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,
   int DelayBetweenSheets
)

Parameters

Printer
Workspace
Version
MapProdInfo
ProgressForm
DelayBetweenSheets
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IMMStandardMapBook Interface
IMMStandardMapBook Members

 

 


Send Comment