This document is archived and information here might be outdated.  Recommended version.


IDynamicDrawScreen.DrawScreenMultipleMarkers Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IDynamicDrawScreen.DrawScreenMultipleMarkers Method

Draws a marker at the specified points on the screen.

[Visual Basic .NET]
Public Sub DrawScreenMultipleMarkers ( _
    ByVal pointCollection As IPointCollection _
)
[C#]
public void DrawScreenMultipleMarkers (
    IPointCollection pointCollection
);
[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.

Remarks

The markers will be rendered according to the current Dynamic Marker Symbol attributes as described in esriDynamicSymbolType constants.

Using this method is useful when you need to draw multiple markers that looks the same, in different locations, for example drawing indication markers on a polyline�s or a polygon�s vertices.

See Also

IDynamicDrawScreen Interface