ArcObjects Library Reference  (Display)    

IDynamicDisplay.DrawMarker Method

Draws a marker at the specified point on the dynamic display.

[Visual Basic 6.0]
Sub DrawMarker(
    ByVal Point As IPoint _
)
[Visual Basic .NET]
Public Sub DrawMarker ( _
    ByVal Point As IPoint _
)
[C#]
public void DrawMarker (
    IPoint Point
);
[Java]
public void drawMarker (
    IPoint Point
)
throws
    IOException,
    AutomationException
[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.

See Also

IDynamicDisplay Interface

 


Feedback Send feedback on this page