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


IMetricUnitConverterFlexPoints.CacheFlexPoints Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IM > IMetricUnitConverterFlexPoints Interface > IMetricUnitConverterFlexPoints.CacheFlexPoints Method
ArcGIS Developer Help

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