This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > ICSMXform Interface > ICSMXform.IterPrecision Property (ArcObjects .NET 10.4 SDK) |
Precision value to be used for iterative processes.
[Visual Basic .NET] Public Property IterPrecision As Double
[C#] public double IterPrecision {get; set;}
[C++]
HRESULT get_IterPrecision(
double* pPrecision
);
[C++]
HRESULT put_IterPrecision(
double pPrecision
);
[C++]
Parameters pPrecision [out, retval] pPrecision is a parameter of type double pPrecision [in] pPrecision is a parameter of type double