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


IGeoAnalysisSemiVariogram.Lag Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IG > IGeoAnalysisSemiVariogram Interface > IGeoAnalysisSemiVariogram.Lag Property
ArcGIS Developer Help

IGeoAnalysisSemiVariogram.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(
  System.Double* Lag
);
[C++]
Parameters
Lag [in]

Lag is a parameter of type double Lag [out, retval]
Lag is a parameter of type double*

Product Availability

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

See Also

IGeoAnalysisSemiVariogram Interface