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


ITileImageInfo3.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 > ITileImageInfo3 Interface > ITileImageInfo3.LERCError Property
ArcGIS Developer Help

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