ArcObjects Library Reference (DataSourcesRaster)  

ICalculateStatisticsParameters.XSkipFactor Property

The X skip factor for statistics.

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

Parameters

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

Product Availability

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

See Also

ICalculateStatisticsParameters Interface