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


IRasterAnalysisGDBEnvironment.MaxError Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IR > IRasterAnalysisGDBEnvironment Interface > IRasterAnalysisGDBEnvironment.MaxError Property
ArcGIS Developer Help

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