ArcObjects Library Reference (SpatialAnalyst)  

IGPEvaluationScale.Restricted Property

The restricted value for the current scale.

[Visual Basic .NET]
Public ReadOnly Property Restricted As Double
[C#]
public double Restricted {get;}
[C++]
HRESULT get_Restricted(
  double* restrictedValue
);
[C++]

Parameters

restrictedValue [out, retval]   restrictedValue is a parameter of type double

Product Availability

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

See Also

IGPEvaluationScale Interface