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


ITableControl.DrawSelectedShapes Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributedUI > ESRI.ArcGIS.GeoDatabaseUI > Interfaces > IT > ITableControl Interface > ITableControl.DrawSelectedShapes Method
ArcGIS Developer Help

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