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


ITileDescription2.LERCError Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ITileDescription2.LERCError Property

Max error when compressing elevation tiles with LERC.

[Visual Basic .NET]
Public Property LERCError As Double
[C#]
public double LERCError {get; set;}
[C++]
HRESULT get_LERCError(
  double* Quality
);
[C++]
HRESULT put_LERCError(
  double Quality
);
[C++]

Parameters Quality [out, retval] Quality is a parameter of type double Quality [in] Quality is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITileDescription2 Interface