ArcObjects Library Reference (Carto)  

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,
  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

Product Availability

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

See Also

IExportInfoGenerator Interface