This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMensuration Interface > IMensuration.DesiredPrecision Property (ArcObjects .NET 10.5 SDK) |
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