This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDynamicDrawScreen Interface > IDynamicDrawScreen.DrawScreenMultipleMarkers Method (ArcObjects .NET 10.5 SDK) |
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.