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