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


IMensuration.DesiredPrecision Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMensuration Interface > IMensuration.DesiredPrecision Property
ArcGIS Developer Help

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