ArcObjects Library Reference (Carto)  

ISelection.Draw Method

Draw the selected items.

[Visual Basic .NET]
Public Sub Draw ( _
    ByVal Display As IDisplay, _
    ByVal CancelTracker As ITrackCancel _
)
[C#]
public void Draw (
    IDisplay Display,
    ITrackCancel CancelTracker
);
[C++]
HRESULT Draw(
  IDisplay* Display,
  ITrackCancel* CancelTracker
);
[C++]

Parameters

Display [in]

  Display is a parameter of type IDisplay

CancelTracker [in]

  CancelTracker is a parameter of type ITrackCancel

Product Availability

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

See Also

ISelection Interface