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


ITableControl.DrawSelectedShapes Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseUI)  

ITableControl.DrawSelectedShapes Method

Draws selected features on display.

[Visual Basic .NET]
Public Sub DrawSelectedShapes ( _
    ByVal pDisplay As IDisplay _
)
[C#]
public void DrawSelectedShapes (
    IDisplay pDisplay
);

Product Availability

Available with ArcGIS Desktop.

See Also

ITableControl Interface