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