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


IInvalidArea3.InvalidateEx Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IInvalidArea3 Interface > IInvalidArea3.InvalidateEx Method
ArcGIS Developer Help

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