ArcObjects Library Reference (Geoprocessing)  

IGPRasterGDBEnvStatistics.XSkipFactor Property

X-Skip factor.

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

Parameters

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

Product Availability

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

See Also

IGPRasterGDBEnvStatistics Interface