This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRasterStorageDef Interface > IRasterStorageDef.PyramidLevel Property (ArcObjects .NET 10.5 SDK) |
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