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


ICSMXform.IterPrecision Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > ICSMXform Interface > ICSMXform.IterPrecision Property
ArcGIS Developer Help

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