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


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

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