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