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


ISelectionTracker.Draw Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > ISelectionTracker Interface > ISelectionTracker.Draw Method
ArcGIS Developer Help

ISelectionTracker.Draw Method

Draw selection indicater. Usually a color outline with selection handles.

[Visual Basic .NET]
Public Sub Draw ( _
    ByVal Display As IDisplay, _
    ByVal hDC As Integer, _
    ByVal Style As esriTrackerStyle _
)
[C#]
public void Draw (
    IDisplay Display,
    int hDC,
    esriTrackerStyle Style
);
[C++]
HRESULT Draw(
  IDisplay* Display,
  OLE_HANDLE hDC,
  esriTrackerStyle Style
);
[C++]
Parameters
Display [in]

Display is a parameter of type IDisplay* hDC [in]
hDC is a parameter of type OLE_HANDLE Style [in]
Style is a parameter of type esriTrackerStyle

Product Availability

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

See Also

ISelectionTracker Interface