ArcFM Responder Mobile Developer Guide
Export Method (MMFeatureMapSheetClass)






Syntax
'Declaration
 
Public Overridable Sub Export( _
   ByVal Export As ESRI.ArcGIS.Output.IExport, _
   ByVal ExportNamer As IMMNamer, _
   ByVal BaseFileName As System.String, _
   ByVal LayoutBuilder As IMMLayoutBuilder, _
   ByVal MapProdInfo As IMMMapProductionInfoEx, _
   ByVal ProgressForm As IMMPlotProgress _
) 
'Usage
 
Dim instance As MMFeatureMapSheetClass
Dim Export As ESRI.ArcGIS.Output.IExport
Dim ExportNamer As IMMNamer
Dim BaseFileName As System.String
Dim LayoutBuilder As IMMLayoutBuilder
Dim MapProdInfo As IMMMapProductionInfoEx
Dim ProgressForm As IMMPlotProgress
 
instance.Export(Export, ExportNamer, BaseFileName, LayoutBuilder, MapProdInfo, ProgressForm)
public virtual void Export( 
   ESRI.ArcGIS.Output.IExport Export,
   IMMNamer ExportNamer,
   System.string BaseFileName,
   IMMLayoutBuilder LayoutBuilder,
   IMMMapProductionInfoEx MapProdInfo,
   IMMPlotProgress ProgressForm
)
public procedure Export( 
    Export: ESRI.ArcGIS.Output.IExport;
    ExportNamer: IMMNamer;
    BaseFileName: System.String;
    LayoutBuilder: IMMLayoutBuilder;
    MapProdInfo: IMMMapProductionInfoEx;
    ProgressForm: IMMPlotProgress
); virtual; 
public function Export( 
   Export : ESRI.ArcGIS.Output.IExport,
   ExportNamer : IMMNamer,
   BaseFileName : System.String,
   LayoutBuilder : IMMLayoutBuilder,
   MapProdInfo : IMMMapProductionInfoEx,
   ProgressForm : IMMPlotProgress
);
public: virtual void Export( 
   ESRI.ArcGIS.Output.IExport* Export,
   IMMNamer* ExportNamer,
   System.string* BaseFileName,
   IMMLayoutBuilder* LayoutBuilder,
   IMMMapProductionInfoEx* MapProdInfo,
   IMMPlotProgress* ProgressForm
) 
public:
virtual void Export( 
   ESRI.ArcGIS.Output.IExport^ Export,
   IMMNamer^ ExportNamer,
   System.String^ BaseFileName,
   IMMLayoutBuilder^ LayoutBuilder,
   IMMMapProductionInfoEx^ MapProdInfo,
   IMMPlotProgress^ ProgressForm
) 

Parameters

Export
ExportNamer
BaseFileName
LayoutBuilder
MapProdInfo
ProgressForm
Requirements

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

See Also

Reference

MMFeatureMapSheetClass Class
MMFeatureMapSheetClass Members

Send Feedback