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.