This document is archived and information here might be outdated. Recommended version. |
Draws a marker at the specified point on the screen.
[Visual Basic .NET] Public Sub DrawScreenMarker ( _ ByVal Point As IPoint _ )
[C#] public void DrawScreenMarker ( IPoint Point );
[C++]
HRESULT DrawScreenMarker(
IPoint* Point
);
[C++]
Parameters Point [in]
Point is a parameter of type IPoint*
The marker will be rendered according to the currentDynamic Marker Symbol attributes, as described in esriDynamicSymbolType constants.