ArcObjects Library Reference  (Display)    

IDynamicDrawScreen.DrawScreenMultipleLines Method

Draws specified lines on the screen.

[Visual Basic 6.0]
Sub DrawScreenMultipleLines(
    ByVal pointCollection As IPointCollection _
)
[Visual Basic .NET]
Public Sub DrawScreenMultipleLines ( _
    ByVal pointCollection As IPointCollection _
)
[C#]
public void DrawScreenMultipleLines (
    IPointCollection pointCollection
);
[Java]
public void drawScreenMultipleLines (
    IPointCollection pointCollection
)
throws
    IOException,
    AutomationException
[C++]
HRESULT DrawScreenMultipleLines(
  IPointCollection* pointCollection
);
[C++]

Parameters

pointCollection [in]

  pointCollection is a parameter of type IPointCollection

Product Availability

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

See Also

IDynamicDrawScreen Interface

 


Feedback Send feedback on this page