This document is archived and information here might be outdated. Recommended version. |
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