![]()  | 
                    
                         This document is archived and information here might be outdated. Recommended version.  | 
                
| ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IE > IExportInfoGenerator Interface > IExportInfoGenerator.BeginMap Method (ArcObjects .NET 10.4 SDK) | 
Generates export information that a map is starting to draw.
[Visual Basic .NET] Public Sub BeginMap ( _ ByVal pDisplay As IDisplay, _ ByVal hDC As Integer, _ ByVal pMap As IMap _ )
[C#] public void BeginMap ( IDisplay pDisplay, int hDC, IMap pMap );
[C++]
HRESULT BeginMap(
  IDisplay* pDisplay,
  long hDC,
  IMap* pMap
);
[C++]
Parameters pDisplay [in]
pDisplay is a parameter of type IDisplay hDC [in] hDC is a parameter of type long pMap [in]
pMap is a parameter of type IMap