ArcObjects Library Reference (GeoAnalyst)  

IGeoAnalysisSemiVariogram.DefineVariogram Method

Define Variogram.

[Visual Basic .NET]
Public Sub DefineVariogram ( _
    ByVal Type As esriGeoAnalysisSemiVariogramEnum, _
    ByVal aRange As Double, _
    ByVal sill As Double, _
    ByVal aNugget As Double _
)
[C#]
public void DefineVariogram (
    esriGeoAnalysisSemiVariogramEnum Type,
    double aRange,
    double sill,
    double aNugget
);
[C++]
HRESULT DefineVariogram(
  esriGeoAnalysisSemiVariogramEnum Type,
  double aRange,
  double sill,
  double aNugget
);
[C++]

Parameters

Type [in]

  Type is a parameter of type esriGeoAnalysisSemiVariogramEnum

aRange [in]   aRange is a parameter of type double sill [in]   sill is a parameter of type double aNugget [in]   aNugget is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGeoAnalysisSemiVariogram Interface