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


IExportInfoGenerator.EndMap 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.EndMap Method
ArcGIS Developer Help

IExportInfoGenerator.EndMap Method

Generates export information that a map finished to draw.

[Visual Basic .NET]
Public Sub EndMap ( _
    ByVal hDC As Integer _
)
[C#]
public void EndMap (
    int hDC
);
[C++]
HRESULT EndMap(
  OLE_HANDLE hDC
);
[C++]
Parameters
hDC [in]

hDC is a parameter of type OLE_HANDLE

Product Availability

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

See Also

IExportInfoGenerator Interface