ArcObjects Library Reference  (Carto)    

IMapAdmin3.CompleteRedrawNeeded Method

Check if a complete redraw is needed.

[Visual Basic 6.0]
Function CompleteRedrawNeeded As Boolean
[Visual Basic .NET]
Public Function CompleteRedrawNeeded ( _
) As Boolean
[C#]
public bool CompleteRedrawNeeded (
);
[Java]
public Boolean completeRedrawNeeded (
)
throws
    IOException,
    AutomationException
[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

IMapAdmin3 Interface

 


Feedback Send feedback on this page