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


ITileImageInfo3.LERCError Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

ITileImageInfo3.LERCError Property

Maximum error when using LERC encoding.

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

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

Product Availability

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

See Also

ITileImageInfo3 Interface