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


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

IExportInfoGenerator.EndGroup Method

Generates export information that a group finished to draw.

[Visual Basic .NET]
Public Sub EndGroup ( _
    ByVal pDisplay As IDisplay _
)
[C#]
public void EndGroup (
    IDisplay pDisplay
);
[C++]
HRESULT EndGroup(
  IDisplay* pDisplay
);
[C++]
Parameters
pDisplay [in]

pDisplay is a parameter of type IDisplay*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IExportInfoGenerator Interface