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


IRasterAnalysisGDBEnvironment.XSkipFactor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IR > IRasterAnalysisGDBEnvironment Interface > IRasterAnalysisGDBEnvironment.XSkipFactor Property
ArcGIS Developer Help

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(
  System.Int32* XSkipFactor
);
[C++]
Parameters
XSkipFactor [in]

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

Product Availability

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

See Also

IRasterAnalysisGDBEnvironment Interface