ArcObjects Library Reference (SpatialAnalyst)  

IGPSASemiVariogram.PartialSill Property

Partial Sill value.

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

Parameters

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