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


IRasterAnalysisGDBEnvironment.MaxError Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoAnalyst)  

IRasterAnalysisGDBEnvironment.MaxError Property

Max Error for LERC compression.

[Visual Basic .NET]
Public Property MaxError As Double
[C#]
public double MaxError {get; set;}
[C++]
HRESULT get_MaxError(
  double pMaxError
);
[C++]
HRESULT put_MaxError(
  System.Double* pMaxError
);
[C++]

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

Product Availability

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

See Also

IRasterAnalysisGDBEnvironment Interface