ArcObjects Library Reference (Display)  

IDisplay.DrawPoint Method

Draws specified point on the display.

[Visual Basic .NET]
Public Sub DrawPoint ( _
    ByVal Point As IGeometry _
)
[C#]
public void DrawPoint (
    IGeometry Point
);
[C++]
HRESULT DrawPoint(
  IGeometry* Point
);
[C++]

Parameters

Point [in]

  Point is a parameter of type IGeometry

Product Availability

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

Remarks

DrawPoint draws a Point object with the symbol that must be specified before hand with the SetSymbol method. All draw methods must be enclosed between the calls to StartDrawing and FinishDrawing unless you are drawing in response to the IActiveViewEvents::AfterDraw event.

See Also

IDisplay Interface | IDisplay.StartDrawing Method

.NET Snippets

Flash Geometry

.NET Samples

ArcGIS Network Analyst extension barrier location editor (Code Files: EditorForm)