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


IMapAdmin2.ForceGraphicSelectionDraw Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IMapAdmin2.ForceGraphicSelectionDraw Method

Call before using Output to cause graphic selection to be drawn.

[Visual Basic .NET]
Public Sub ForceGraphicSelectionDraw ( _
)
[C#]
public void ForceGraphicSelectionDraw (
);
[C++]
HRESULT ForceGraphicSelectionDraw(
void
);

Product Availability

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

See Also

IMapAdmin2 Interface