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


ICoverageAnnotationSel.StartGeneratingSelectedGraphics Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > ICoverageAnnotationSel Interface > ICoverageAnnotationSel.StartGeneratingSelectedGraphics Method
ArcGIS Developer Help

ICoverageAnnotationSel.StartGeneratingSelectedGraphics Method

Starts a graphics generation process from the selected annotation features. The optional envelope specifies a bounding box. The display is used for converting from map units.

[Visual Basic .NET]
Public Sub StartGeneratingSelectedGraphics ( _
    ByVal Display As IDisplay, _
    ByVal withAttributes As Boolean, _
    ByVal useGroupSymbolElement As Boolean _
)
[C#]
public void StartGeneratingSelectedGraphics (
    IDisplay Display,
    bool withAttributes,
    bool useGroupSymbolElement
);
[C++]
HRESULT StartGeneratingSelectedGraphics(
  IDisplay* Display,
  VARIANT_BOOL withAttributes,
  VARIANT_BOOL useGroupSymbolElement
);
[C++]
Parameters
Display [in]

Display is a parameter of type IDisplay* withAttributes [in]
withAttributes is a parameter of type bool useGroupSymbolElement [in]
useGroupSymbolElement is a parameter of type bool

Product Availability

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

See Also

ICoverageAnnotationSel Interface