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


ITileDescription2.LERCError Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITileDescription2 Interface > ITileDescription2.LERCError Property
ArcGIS Developer Help

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(
  System.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