Generates the next graphic element in the graphics generation loop. Returns a NULL element after the last annotation feature has been read. Call only after StartGeneratingGraphics.
[Visual Basic 6.0] Property NextGraphic As IElement
[Visual Basic .NET] Public ReadOnly Property NextGraphic As IElement
[C#] public IElement NextGraphic {get;}
[Java] public IElement getNextGraphic() throws IOException, AutomationException
[C++] HRESULT get_NextGraphic( IElement** Element );