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


ICSMXform.IterPrecision Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ICSMXform.IterPrecision Property

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

Product Availability

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

See Also

ICSMXform Interface