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


IBuildPyramidsParameters2.SkipFirstLevel Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IB > IBuildPyramidsParameters2 Interface > IBuildPyramidsParameters2.SkipFirstLevel Property
ArcGIS Developer Help

IBuildPyramidsParameters2.SkipFirstLevel Property

Indicates whether pyramids are built with the first level skipped.

[Visual Basic .NET]
Public Property SkipFirstLevel As Boolean
[C#]
public bool SkipFirstLevel {get; set;}
[C++]
HRESULT get_SkipFirstLevel(
  VARIANT_BOOL pbSkipFirstLevel
);
[C++]
HRESULT put_SkipFirstLevel(
  Boolean* pbSkipFirstLevel
);
[C++]
Parameters
pbSkipFirstLevel [in]

pbSkipFirstLevel is a parameter of type bool pbSkipFirstLevel [out, retval]
pbSkipFirstLevel is a parameter of type bool*

Product Availability

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

See Also

IBuildPyramidsParameters2 Interface