The number of pyramid levels.
[Visual Basic .NET] Public Property PyramidLevel As Integer
[C#] public int PyramidLevel {get; set;}
[C++]
HRESULT get_PyramidLevel(
long* pLevel
);
[C++]
HRESULT put_PyramidLevel(
long pLevel
);
[C++]Parameters
pLevel [out, retval] pLevel is a parameter of type long pLevel [in] pLevel is a parameter of type long
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.