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