This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > ICoverageAnnotationLayer Interface > ICoverageAnnotationLayer.StartGeneratingGraphics Method (ArcObjects .NET 10.5 SDK) |
Starts a graphics generation process from the annotation features. The optional envelope specifies a bounding box. The display is used for converting from map units.
[Visual Basic .NET] Public Sub StartGeneratingGraphics ( _ ByVal box As IEnvelope, _ ByVal Display As IDisplay, _ ByVal withAttributes As Boolean _ )
[C#] public void StartGeneratingGraphics ( IEnvelope box, IDisplay Display, bool withAttributes );
[C++]
HRESULT StartGeneratingGraphics(
IEnvelope* box,
IDisplay* Display,
VARIANT_BOOL withAttributes
);
[C++]
Parameters box [in]
box is a parameter of type IEnvelope Display [in]
Display is a parameter of type IDisplay withAttributes [in] withAttributes is a parameter of type VARIANT_BOOL