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 6.0] Function GenerateGraphics(
ByVal box As IEnvelope, _
ByVal Display As IDisplay _
) As IEnumElement
[Visual Basic .NET] Public Function GenerateGraphics ( _ ByVal box As IEnvelope, _ ByVal Display As IDisplay _ ) As IEnumElement
[C#] public IEnumElement GenerateGraphics ( IEnvelope box, IDisplay Display );
[Java] public IEnumElement generateGraphics ( IEnvelope box, IDisplay Display ) throws IOException, AutomationException
[C++] HRESULT GenerateGraphics( IEnvelope* box, IDisplay* Display, IEnumElement** Elements );
Parameters
box [in]
box is a parameter of type IEnvelope
Display [in]
Display is a parameter of type IDisplay
Elements [out, retval]
Elements is a parameter of type IEnumElement