This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDynamicDisplay Interface > IDynamicDisplay.DrawMarker Method (ArcObjects .NET 10.4 SDK) |
Draws a marker at the specified point on the dynamic display.
[Visual Basic .NET] Public Sub DrawMarker ( _ ByVal Point As IPoint _ )
[C#] public void DrawMarker ( IPoint Point );
[C++]
HRESULT DrawMarker(
IPoint* Point
);
[C++]
Parameters Point [in]
Point is a parameter of type IPoint
The marker will be rendered according to the current Dynamic Marker Symbol attributes, as described in esriDynamicSymbolType constants.