This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterStatistics Interface > IRasterStatistics.SkipFactorX Property (ArcObjects .NET 10.5 SDK) |
Number of horizontal pixels between samples for purposes of calculating statistics.
[Visual Basic .NET] Public Property SkipFactorX As Integer
[C#] public int SkipFactorX {get; set;}
[C++]
HRESULT get_SkipFactorX(
long* pVal
);
[C++]
HRESULT put_SkipFactorX(
long pVal
);
[C++]
Parameters pVal [out, retval] pVal is a parameter of type long pVal [in] pVal is a parameter of type long
The skip factor is ignored, always use 1, if calculating statistics on a grid.