ArcObjects Library Reference (DataSourcesRaster)  

ISPOT5Xform.MaxIterations Property

Iteration count limit.

[Visual Basic .NET]
Public Property MaxIterations As Integer
[C#]
public int MaxIterations {get; set;}
[C++]
HRESULT get_MaxIterations(
  long* 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