ArcObjects Library Reference  (Carto)    

IMapAdmin3.SuppressForegroundDraw Method

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

[Visual Basic 6.0]
Sub SuppressForegroundDraw
[Visual Basic .NET]
Public Sub SuppressForegroundDraw ( _
)
[C#]
public void SuppressForegroundDraw (
);
[Java]
public void suppressForegroundDraw (
)
throws
    IOException,
    AutomationException
[C++]
HRESULT SuppressForegroundDraw(
void
);

Product Availability

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

See Also

IMapAdmin3 Interface

 


Feedback Send feedback on this page