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


ISPOT5Xform.MaxIterations Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISPOT5Xform Interface > ISPOT5Xform.MaxIterations Property
ArcGIS Developer Help

ISPOT5Xform.MaxIterations Property

Iteration count limit.

[Visual Basic .NET]
Public Property MaxIterations As Integer
[C#]
public int MaxIterations {get; set;}
[C++]
HRESULT get_MaxIterations(
  System.Int32* MaxIterations
);
[C++]
HRESULT put_MaxIterations(
  long MaxIterations
);
[C++]
Parameters
MaxIterations [out, retval]

MaxIterations is a parameter of type long* MaxIterations [in]
MaxIterations is a parameter of type long

Product Availability

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

See Also

ISPOT5Xform Interface