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


IGPEvaluationScale.Increment Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IG > IGPEvaluationScale Interface > IGPEvaluationScale.Increment Property
ArcGIS Developer Help

IGPEvaluationScale.Increment Property

The scale increment.

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

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.

See Also

IGPEvaluationScale Interface