ArcObjects Library Reference (GeoAnalyst)  

IRasterAnalysisGDBEnvironment.YSkipFactor Property

The skip factor in Y direction in statistics calculation in the RasterAnalysis.

[Visual Basic .NET]
Public Property YSkipFactor As Integer
[C#]
public int YSkipFactor {get; set;}
[C++]
HRESULT get_YSkipFactor(
  long* YSkipFactor
);
[C++]
HRESULT put_YSkipFactor(
  long YSkipFactor
);
[C++]

Parameters

YSkipFactor [out, retval]   YSkipFactor is a parameter of type long YSkipFactor [in]   YSkipFactor is a parameter of type long

Product Availability

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

See Also

IRasterAnalysisGDBEnvironment Interface