This document is archived and information here might be outdated. Recommended version. |
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