This document is archived and information here might be outdated.  Recommended version.


IJoinedPointLayer.DrawPoint Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IJ > IJoinedPointLayer Interface > IJoinedPointLayer.DrawPoint Method
ArcGIS Developer Help

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