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


IRasterStatistics.SkipFactorY Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterStatistics Interface > IRasterStatistics.SkipFactorY Property
ArcGIS Developer Help

IRasterStatistics.SkipFactorY Property

Number of vertical pixels between samples for purposes of calculating statistics.

[Visual Basic .NET]
Public Property SkipFactorY As Integer
[C#]
public int SkipFactorY {get; set;}
[C++]
HRESULT get_SkipFactorY(
  System.Int32* pVal
);
[C++]
HRESULT put_SkipFactorY(
  long pVal
);
[C++]
Parameters
pVal [out, retval]

pVal is a parameter of type long* pVal [in]
pVal is a parameter of type long

Product Availability

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

Remarks

The skip factor is ignored, always use 1, if calculating statistics on a grid.

See Also

IRasterStatistics Interface