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


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

IExportInfoGenerator.BeginLayerWithName Method

Generates export information that a layer is starting to draw. Adds the layer name to the information.

[Visual Basic .NET]
Public Sub BeginLayerWithName ( _
    ByVal pDisplay As IDisplay, _
    ByVal pLayer As ILayer _
)
[C#]
public void BeginLayerWithName (
    IDisplay pDisplay,
    ILayer pLayer
);
[C++]
HRESULT BeginLayerWithName(
  IDisplay* pDisplay,
  ILayer* pLayer
);
[C++]
Parameters
pDisplay [in]

pDisplay is a parameter of type IDisplay* pLayer [in]
pLayer is a parameter of type ILayer*

Product Availability

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

See Also

IExportInfoGenerator Interface