ArcObjects Library Reference  (Carto)    

IViewRefresh.AnimationRefresh Method

Use to quickly redraw a phase that has it's own cache, i.e., a tracking layer. Tradeoffs are made to ensure fast redrawing at the expense of quality.

[Visual Basic 6.0]
Sub AnimationRefresh(
    ByVal phase As esriViewDrawPhase, _
    ByVal Data As Unknown, _
    ByVal envelope As IEnvelope _
)
[Visual Basic .NET]
Public Sub AnimationRefresh ( _
    ByVal phase As esriViewDrawPhase, _
    ByVal Data As Object, _
    ByVal envelope As IEnvelope _
)
[C#]
public void AnimationRefresh (
    esriViewDrawPhase phase,
    object Data,
    IEnvelope envelope
);
[Java]
public void animationRefresh (
    esriViewDrawPhase phase,
    Object Data,
    IEnvelope envelope
)
throws
    IOException,
    AutomationException
[C++]
HRESULT AnimationRefresh(
  esriViewDrawPhase phase,
  LPUNKNOWN Data,
  IEnvelope* envelope
);
[C++]

Parameters

phase [in]

  phase is a parameter of type esriViewDrawPhase

Data [in]

  Data is a parameter of type LPUNKNOWN

envelope [in]

  envelope is a parameter of type IEnvelope

Product Availability

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

See Also

IViewRefresh Interface

 


Feedback Send feedback on this page