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


ICalculateStatisticsParameters.XSkipFactor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > ICalculateStatisticsParameters Interface > ICalculateStatisticsParameters.XSkipFactor Property
ArcGIS Developer Help

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(
  System.Int32* 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