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


IRasterAnalysisGDBEnvironment.XSkipFactor Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoAnalyst)  

IRasterAnalysisGDBEnvironment.XSkipFactor Property

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

[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

IRasterAnalysisGDBEnvironment Interface