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


IMetricUnitConverterFlexPoints.CacheFlexPoints Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (CadastralUI)  

IMetricUnitConverterFlexPoints.CacheFlexPoints Method

Cache or drop break point cache. The in-memory composite layer draw cycle explicity calls CacheFlexPoints with true and false.

[Visual Basic .NET]
Public Sub CacheFlexPoints ( _
    ByVal Cache As Boolean _
)
[C#]
public void CacheFlexPoints (
    bool Cache
);

Product Availability

Available with ArcGIS Desktop.

See Also

IMetricUnitConverterFlexPoints Interface