ArcObjects Library Reference (Carto)  

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(
  long hDC
);
[C++]

Parameters

hDC [in]   hDC is a parameter of type long

Product Availability

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

See Also

IExportInfoGenerator Interface