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


IGPEvaluationScale.Restricted 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.Restricted Property
ArcGIS Developer Help

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(
  System.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