ArcObjects Library Reference (CadastralUI)  

IJoinedPointLayer.DrawPoint Method

Draw Point on display.

[Visual Basic .NET]
Public Sub DrawPoint ( _
    ByVal pDisplay As IDisplay, _
    ByVal pPoint As IGSPoint _
)
[C#]
public void DrawPoint (
    IDisplay pDisplay,
    IGSPoint pPoint
);

Product Availability

Available with ArcGIS Desktop.

See Also

IJoinedPointLayer Interface