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


IMapAdmin3.SuppressForegroundDraw Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapAdmin3 Interface > IMapAdmin3.SuppressForegroundDraw Method
ArcGIS Developer Help

IMapAdmin3.SuppressForegroundDraw Method

Call before using Output to prevent AfterDraw(esriViewForeground) from being fired.

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

Product Availability

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

See Also

IMapAdmin3 Interface