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


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

IGPSASemiVariogram.Range Property

Range value.

[Visual Basic .NET]
Public ReadOnly Property Range As Double
[C#]
public double Range {get;}
[C++]
HRESULT get_Range(
  System.Double* Range
);
[C++]
Parameters
Range [out, retval]

Range is a parameter of type double*

Product Availability

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

See Also

IGPSASemiVariogram Interface