This document is archived and information here might be outdated.  Recommended version.


IExportInfoGenerator.BeginMap Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IE > IExportInfoGenerator Interface > IExportInfoGenerator.BeginMap Method
ArcGIS Developer Help

IExportInfoGenerator.BeginMap Method

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,
  OLE_HANDLE hDC,
  IMap* pMap
);
[C++]
Parameters
pDisplay [in]

pDisplay is a parameter of type IDisplay* hDC [in]
hDC is a parameter of type OLE_HANDLE pMap [in]
pMap is a parameter of type IMap*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IExportInfoGenerator Interface