ArcObjects Library Reference (Display)  

IDynamicDisplay.DrawMarker Method

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

Product Availability

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

Remarks

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

See Also

IDynamicDisplay Interface

.NET Samples

Dynamic biking (Code Files: DynamicBikingCmd) | Dynamic display—tracking dynamic object (Code Files: TrackObject)

.NET Related Topics

How to plug in dynamic drawing