ArcObjects Library Reference (SpatialAnalyst)  

IGPSASemiVariogram.Lag Property

Lag value.

[Visual Basic .NET]
Public Property Lag As Double
[C#]
public double Lag {get; set;}
[C++]
HRESULT get_Lag(
  double* Lag
);
[C++]
HRESULT put_Lag(
  double Lag
);
[C++]

Parameters

Lag [out, retval]   Lag is a parameter of type double Lag [in]   Lag 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