ArcObjects Library Reference  (Display)    

IDynamicDrawScreen.DrawScreenMultipleMarkers Method

Draws a marker at the specified points on the screen.

[Visual Basic 6.0]
Sub DrawScreenMultipleMarkers(
    ByVal pointCollection As IPointCollection _
)
[Visual Basic .NET]
Public Sub DrawScreenMultipleMarkers ( _
    ByVal pointCollection As IPointCollection _
)
[C#]
public void DrawScreenMultipleMarkers (
    IPointCollection pointCollection
);
[Java]
public void drawScreenMultipleMarkers (
    IPointCollection pointCollection
)
throws
    IOException,
    AutomationException
[C++]
HRESULT DrawScreenMultipleMarkers(
  IPointCollection* pointCollection
);
[C++]

Parameters

pointCollection [in]

  pointCollection is a parameter of type IPointCollection

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDynamicDrawScreen Interface

 


Feedback Send feedback on this page