This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IG > IGPEvaluationScale Interface > IGPEvaluationScale.Increment Property (ArcObjects .NET 10.5 SDK) |
The scale increment.
[Visual Basic .NET] Public Property Increment As Integer
[C#] public int Increment {get; set;}
[C++]
HRESULT get_Increment(
long* 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