This document is archived and information here might be outdated. Recommended version. |
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*
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.