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


IFDOGraphicsLayerRead.GenerateGraphics Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IFDOGraphicsLayerRead.GenerateGraphics Method

Generates graphic elements from the annotation features. The optional envelope specifies a bounding box. The display is used for converting from map units.

[Visual Basic .NET]
Public Function GenerateGraphics ( _
    ByVal box As IEnvelope, _
    ByVal Display As IDisplay, _
    ByVal pTrackCancel As ITrackCancel, _
    ByVal useGroupSymbolElement As Boolean _
) As IEnumElement
[C#]
public IEnumElement GenerateGraphics (
    IEnvelope box,
    IDisplay Display,
    ITrackCancel pTrackCancel,
    bool useGroupSymbolElement
);
[C++]
HRESULT GenerateGraphics(
  IEnvelope* box,
  IDisplay* Display,
  ITrackCancel* pTrackCancel,
  VARIANT_BOOL useGroupSymbolElement,
  IEnumElement** Elements
);
[C++]

Parameters box [in]
box is a parameter of type IEnvelope Display [in]
Display is a parameter of type IDisplay pTrackCancel [in]
pTrackCancel is a parameter of type ITrackCancel useGroupSymbolElement [in] useGroupSymbolElement is a parameter of type VARIANT_BOOL Elements [out, retval]
Elements is a parameter of type IEnumElement

Product Availability

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

See Also

IFDOGraphicsLayerRead Interface