ArcFM Engine Developer Guide
Plot Method (IMMMapSheet)


Syntax
'Declaration
 
Sub Plot( _
   ByVal Printer As ESRI.ArcGIS.Output.IPrinter, _
   ByVal PrintFileNamer As IMMNamer, _
   ByVal BaseFileName As String, _
   ByVal LayoutBuilder As IMMLayoutBuilder, _
   ByVal MapProdInfo As IMMMapProductionInfoEx, _
   ByVal ProgressForm As IMMPlotProgress _
) 
'Usage
 
Dim instance As IMMMapSheet
Dim Printer As ESRI.ArcGIS.Output.IPrinter
Dim PrintFileNamer As IMMNamer
Dim BaseFileName As String
Dim LayoutBuilder As IMMLayoutBuilder
Dim MapProdInfo As IMMMapProductionInfoEx
Dim ProgressForm As IMMPlotProgress
 
instance.Plot(Printer, PrintFileNamer, BaseFileName, LayoutBuilder, MapProdInfo, ProgressForm)
void Plot( 
   ESRI.ArcGIS.Output.IPrinter Printer,
   IMMNamer PrintFileNamer,
   string BaseFileName,
   IMMLayoutBuilder LayoutBuilder,
   IMMMapProductionInfoEx MapProdInfo,
   IMMPlotProgress ProgressForm
)

Parameters

Printer
PrintFileNamer
BaseFileName
LayoutBuilder
MapProdInfo
ProgressForm
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

IMMMapSheet Interface
IMMMapSheet Members

 

 


Send Comment