Draws a marker at the specified points on the dynamic display.
[Visual Basic 6.0] Sub DrawMultipleMarkers(
ByVal pointCollection As IPointCollection _
)
[Visual Basic .NET] Public Sub DrawMultipleMarkers ( _ ByVal pointCollection As IPointCollection _ )
[C#] public void DrawMultipleMarkers ( IPointCollection pointCollection );
[Java] public void drawMultipleMarkers ( IPointCollection pointCollection ) throws IOException, AutomationException
[C++] HRESULT DrawMultipleMarkers( IPointCollection* pointCollection );