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


IExportInfoGenerator.BeginLayerWithNameAndPhase Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IExportInfoGenerator.BeginLayerWithNameAndPhase Method

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

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

Parameters pDisplay [in]
pDisplay is a parameter of type IDisplay pLayer [in]
pLayer is a parameter of type ILayer viewDrawPhase [in]
viewDrawPhase is a parameter of type esriViewDrawPhase

Product Availability

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

See Also

IExportInfoGenerator Interface