ArcObjects Library Reference (Display)  

IScreenDisplay3.FullRedraw Property

Indicates if this is a complete or a partial redraw.

[Visual Basic .NET]
Public ReadOnly Property FullRedraw As Boolean
[C#]
public bool FullRedraw {get;}
[C++]
HRESULT get_FullRedraw(
  VARIANT_BOOL* b
);
[C++]

Parameters

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

Product Availability

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

See Also

IScreenDisplay3 Interface