This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IE > IExportInfoGenerator Interface > IExportInfoGenerator.BeginLayer Method (ArcObjects .NET 10.5 SDK) |
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