This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > IScreenInvalidate Interface > IScreenInvalidate.InvalidateShape Method (ArcObjects .NET 10.4 SDK) |
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