This document is archived and information here might be outdated. Recommended version. |
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 bool cacheIndex [in]
cacheIndex is a parameter of type short