ArcObjects Library Reference (DataSourcesRaster)  

IMensuration.DesiredPrecision Property

The iteration precision of the image-to-ground and ground-to-image calculations.

[Visual Basic .NET]
Public Property DesiredPrecision As Double
[C#]
public double DesiredPrecision {get; set;}
[C++]
HRESULT get_DesiredPrecision(
  double* pPrecision
);
[C++]
HRESULT put_DesiredPrecision(
  double pPrecision
);
[C++]

Parameters

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

Product Availability

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

See Also

IMensuration Interface