ArcObjects Library Reference (Display)  

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 VARIANT_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