This document is archived and information here might be outdated.  Recommended version.


IDynamicDrawScreen.DrawScreenMarker Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDynamicDrawScreen Interface > IDynamicDrawScreen.DrawScreenMarker Method
ArcGIS Developer Help

IDynamicDrawScreen.DrawScreenMarker Method

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The marker will be rendered according to the currentDynamic Marker Symbol attributes, as described in esriDynamicSymbolType constants.

See Also

IDynamicDrawScreen Interface

.NET Samples

Dynamic logo