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 6.0] Sub StartGeneratingSelectedGraphics(
ByVal Display As IDisplay, _
ByVal withAttributes As Boolean, _
ByVal useGroupSymbolElement As Boolean _
)
[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 );
[Java] public void startGeneratingSelectedGraphics ( IDisplay Display, Boolean withAttributes, Boolean useGroupSymbolElement ) throws IOException, AutomationException
[C++] HRESULT StartGeneratingSelectedGraphics( IDisplay* Display, VARIANT_BOOL withAttributes, VARIANT_BOOL useGroupSymbolElement );
Parameters
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