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


IGPRasterGDBEnvPyramid3.PyramidSkipFirst Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPRasterGDBEnvPyramid3 Interface > IGPRasterGDBEnvPyramid3.PyramidSkipFirst Property
ArcGIS Developer Help

IGPRasterGDBEnvPyramid3.PyramidSkipFirst Property

Indicates if skipping first pyramid.

[Visual Basic .NET]
Public Property PyramidSkipFirst As Boolean
[C#]
public bool PyramidSkipFirst {get; set;}
[C++]
HRESULT get_PyramidSkipFirst(
  Boolean* bSkip
);
[C++]
HRESULT put_PyramidSkipFirst(
  VARIANT_BOOL bSkip
);
[C++]
Parameters
bSkip [out, retval]

bSkip is a parameter of type bool* bSkip [in]
bSkip is a parameter of type bool

Product Availability

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

See Also

IGPRasterGDBEnvPyramid3 Interface