This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IInvalidArea3 Interface > IInvalidArea3.InvalidateEx Method (ArcObjects .NET 10.5 SDK) |
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