ArcObjects Library Reference  (Display)    

IDynamicDisplay.DrawMultipleMarkers Method

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
);
[C++]

Parameters

pointCollection [in]

  pointCollection is a parameter of type IPointCollection

Product Availability

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

See Also

IDynamicDisplay Interface

 


Feedback Send feedback on this page