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


IRasterAnalysisGDBEnvironment.YSkipFactor 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.YSkipFactor Property
ArcGIS Developer Help

IRasterAnalysisGDBEnvironment.YSkipFactor Property

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

[Visual Basic .NET]
Public Property YSkipFactor As Integer
[C#]
public int YSkipFactor {get; set;}
[C++]
HRESULT get_YSkipFactor(
  long YSkipFactor
);
[C++]
HRESULT put_YSkipFactor(
  System.Int32* YSkipFactor
);
[C++]
Parameters
YSkipFactor [in]

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

Product Availability

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

See Also

IRasterAnalysisGDBEnvironment Interface