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.