ArcObjects Library Reference (Display)  

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 (Code Files: DynamicLogo)