ArcObjects Library Reference (Carto)  

IMapAdmin2.CompleteRedrawNeeded Method

Check if a complete redraw is needed.

[Visual Basic .NET]
Public Function CompleteRedrawNeeded ( _
) As Boolean
[C#]
public bool CompleteRedrawNeeded (
);
[C++]
HRESULT CompleteRedrawNeeded(
  VARIANT_BOOL* flag
);
[C++]

Parameters

flag [out, retval]   flag is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IMapAdmin2 Interface