This document is archived and information here might be outdated.  Recommended version.


IViewRefresh.PartialRefresh Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IV > IViewRefresh Interface > IViewRefresh.PartialRefresh Method
ArcGIS Developer Help

IViewRefresh.PartialRefresh Method

Draws the specified view phase. Use an envelope of zero to draw the entire phase.

[Visual Basic .NET]
Public Sub PartialRefresh ( _
    ByVal phase As esriViewDrawPhase, _
    ByVal Data As Object, _
    ByVal envelope As IEnvelope _
)
[C#]
public void PartialRefresh (
    esriViewDrawPhase phase,
    object Data,
    IEnvelope envelope
);
[C++]
HRESULT PartialRefresh(
  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 IUnknown envelope [in]
envelope is a parameter of type IEnvelope*

Product Availability

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

See Also

IViewRefresh Interface