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 6.0] Sub StartGeneratingGraphics(
ByVal box As IEnvelope, _
ByVal Display As IDisplay, _
ByVal withAttributes As Boolean, _
ByVal useGroupSymbolElement As Boolean, _
ByVal selectedRecordsOnly As Boolean _
)
[Visual Basic .NET] Public Sub StartGeneratingGraphics ( _ ByVal box As IEnvelope, _ ByVal Display As IDisplay, _ ByVal withAttributes As Boolean, _ ByVal useGroupSymbolElement As Boolean, _ ByVal selectedRecordsOnly As Boolean _ )
[C#] public void StartGeneratingGraphics ( IEnvelope box, IDisplay Display, bool withAttributes, bool useGroupSymbolElement, bool selectedRecordsOnly );
[Java] public void startGeneratingGraphics ( IEnvelope box, IDisplay Display, Boolean withAttributes, Boolean useGroupSymbolElement, Boolean selectedRecordsOnly ) throws IOException, AutomationException
[C++] HRESULT StartGeneratingGraphics( IEnvelope* box, IDisplay* Display, VARIANT_BOOL withAttributes, VARIANT_BOOL useGroupSymbolElement, VARIANT_BOOL selectedRecordsOnly );
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
useGroupSymbolElement [in]
useGroupSymbolElement is a parameter of type VARIANT_BOOL
selectedRecordsOnly [in]
selectedRecordsOnly is a parameter of type VARIANT_BOOL