ArcObjects Library Reference (GeoDatabase)  

IRasterStorageDef.PyramidLevel Property

The number of pyramid levels.

[Visual Basic .NET]
Public Property PyramidLevel As Integer
[C#]
public int PyramidLevel {get; set;}
[C++]
HRESULT get_PyramidLevel(
  long* level
);
[C++]
HRESULT put_PyramidLevel(
  long level
);
[C++]

Parameters

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

Product Availability

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

See Also

IRasterStorageDef Interface

.NET Related Topics

How to save raster data and set storage properties |