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


IExportInfoGenerator.EndLayer Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IExportInfoGenerator.EndLayer Method

Generates export information that a layer finished to draw.

[Visual Basic .NET]
Public Sub EndLayer ( _
    ByVal pDisplay As IDisplay _
)
[C#]
public void EndLayer (
    IDisplay pDisplay
);
[C++]
HRESULT EndLayer(
  IDisplay* pDisplay
);
[C++]

Parameters pDisplay [in]
pDisplay is a parameter of type IDisplay

Product Availability

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

See Also

IExportInfoGenerator Interface