ArcObjects Library Reference  (Display)    

IDynamicDisplay.DrawLine Method

Draws a line between the specified points on the dynamic display.

[Visual Basic 6.0]
Sub DrawLine(
    ByVal startPoint As IPoint, _
    ByVal endPoint As IPoint _
)
[Visual Basic .NET]
Public Sub DrawLine ( _
    ByVal startPoint As IPoint, _
    ByVal endPoint As IPoint _
)
[C#]
public void DrawLine (
    IPoint startPoint,
    IPoint endPoint
);
[Java]
public void drawLine (
    IPoint startPoint,
    IPoint endPoint
)
throws
    IOException,
    AutomationException
[C++]
HRESULT DrawLine(
  IPoint* startPoint,
  IPoint* endPoint
);
[C++]

Parameters

startPoint [in]

  startPoint is a parameter of type IPoint

endPoint [in]

  endPoint 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