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


IBuildPyramidsParameters2.SkipFirstLevel Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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(
  VARIANT_BOOL pbSkipFirstLevel
);
[C++]

Parameters pbSkipFirstLevel [out, retval] pbSkipFirstLevel is a parameter of type VARIANT_BOOL pbSkipFirstLevel [in] pbSkipFirstLevel is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IBuildPyramidsParameters2 Interface