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


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

IExportInfoGenerator.BeginLayer Method

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

[Visual Basic .NET]
Public Sub BeginLayer ( _
    ByVal pDisplay As IDisplay, _
    ByVal Comment As String _
)
[C#]
public void BeginLayer (
    IDisplay pDisplay,
    string Comment
);
[C++]
HRESULT BeginLayer(
  IDisplay* pDisplay,
  BSTR Comment
);
[C++]
Parameters
pDisplay [in]

pDisplay is a parameter of type IDisplay* Comment [in]
Comment is a parameter of type BSTR

Product Availability

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

See Also

IExportInfoGenerator Interface