ArcObjects Library Reference (SpatialAnalyst)  

IGPSASemiVariogram.Nugget Property

Nugget value.

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

Parameters

Nugget [out, retval]   Nugget 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