ArcObjects Library Reference  (Display)    

IDynamicDrawScreen.DrawScreenMarker Method

Draws a marker at the specified point on the screen.

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

See Also

IDynamicDrawScreen Interface

 


Feedback Send feedback on this page