ArcObjects Library Reference (Carto)  

IInvalidArea3.InvalidateEx Method

Invalidates the display and considers a symbol's size in points.

[Visual Basic .NET]
Public Sub InvalidateEx ( _
    ByVal screenCache As Short, _
    ByVal symSizePoints As Double _
)
[C#]
public void InvalidateEx (
    short screenCache,
    double symSizePoints
);
[C++]
HRESULT InvalidateEx(
  short screenCache,
  double symSizePoints
);
[C++]

Parameters

screenCache [in]   screenCache is a parameter of type short symSizePoints [in]   symSizePoints is a parameter of type double

Product Availability

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

See Also

IInvalidArea3 Interface