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


IViewRefresh.PartialRefreshShape 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.PartialRefreshShape Method
ArcGIS Developer Help

IViewRefresh.PartialRefreshShape Method

Refreshes the specified shape on the specified view phase. Use symbolSizePoints to indicate point and line sizes.

[Visual Basic .NET]
Public Sub PartialRefreshShape ( _
    ByVal phase As esriViewDrawPhase, _
    ByVal Data As Object, _
    ByVal Geometry As IGeometry, _
    ByVal symbolSizePoints As Double _
)
[C#]
public void PartialRefreshShape (
    esriViewDrawPhase phase,
    object Data,
    IGeometry Geometry,
    double symbolSizePoints
);
[C++]
HRESULT PartialRefreshShape(
  esriViewDrawPhase phase,
  LPUNKNOWN Data,
  IGeometry* Geometry,
  double symbolSizePoints
);
[C++]
Parameters
phase [in]

phase is a parameter of type esriViewDrawPhase Data [in]
Data is a parameter of type IUnknown Geometry [in]
Geometry is a parameter of type IGeometry* symbolSizePoints [in]
symbolSizePoints is a parameter of type double

Product Availability

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

See Also

IViewRefresh Interface