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


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

IExportInfoGenerator.BeginGroup Method

Generates export information that a group is starting to draw.

[Visual Basic .NET]
Public Sub BeginGroup ( _
    ByVal pDisplay As IDisplay, _
    ByVal Comment As String _
)
[C#]
public void BeginGroup (
    IDisplay pDisplay,
    string Comment
);
[C++]
HRESULT BeginGroup(
  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