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


IScreenInvalidate.InvalidateShape Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > IScreenInvalidate Interface > IScreenInvalidate.InvalidateShape Method
ArcGIS Developer Help

IScreenInvalidate.InvalidateShape Method

Cause the specified area of the specified cache to redraw. Use symbolSizePoints to specify point sizes and line widths.

[Visual Basic .NET]
Public Sub InvalidateShape ( _
    ByVal pGeometry As IGeometry, _
    ByVal symbolSizePoints As Double, _
    ByVal erase As Boolean, _
    ByVal cacheIndex As Short _
)
[C#]
public void InvalidateShape (
    IGeometry pGeometry,
    double symbolSizePoints,
    bool erase,
    short cacheIndex
);
[C++]
HRESULT InvalidateShape(
  IGeometry* pGeometry,
  double symbolSizePoints,
  VARIANT_BOOL erase,
  short cacheIndex
);
[C++]
Parameters
pGeometry [in]

pGeometry is a parameter of type IGeometry* symbolSizePoints [in]
symbolSizePoints is a parameter of type double erase [in]
erase is a parameter of type bool cacheIndex [in]
cacheIndex is a parameter of type short

Product Availability

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

See Also

IScreenInvalidate Interface