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


IExportInfoGenerator Interface (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
ArcGIS Developer Help

IExportInfoGenerator Interface

Provides access to members that help generate export information.

Product Availability

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

Members

Name Description
Method BeginGroup Generates export information that a group is starting to draw.
Method BeginLayer Generates export information that a layer is starting to draw. Adds the comment to the information.
Method BeginLayerWithName Generates export information that a layer is starting to draw. Adds the layer name to the information.
Method BeginLayerWithNameAndPhase Generates export information that a layer is starting to draw. Adds the layer name and draw phase to the information.
Method BeginMap Generates export information that a map is starting to draw.
Method BeginPageLayout Generates export information that a page layout is starting to draw.
Method BeginText Generates export information about text that is starting to draw.
Method EndGroup Generates export information that a group finished to draw.
Method EndLayer Generates export information that a layer finished to draw.
Method EndMap Generates export information that a map finished to draw.
Method EndPageLayout Generates export information that a page layout finished to draw.
Method EndText Generates export information that a started text has ended.
Method SetCmykColor Generates export information for a CMYK-color.

Classes that implement IExportInfoGenerator

Classes Description
ExportInfoGenerator Generates information for exporting into the display.