This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITerrainPyramidLevel Interface > ITerrainPyramidLevel.MaxScale Property (ArcObjects .NET 10.5 SDK) |
The maximum scale this pyramid level associated with.
[Visual Basic .NET] Public Property MaxScale As Integer
[C#] public int MaxScale {get; set;}
[C++]
HRESULT get_MaxScale(
long* pScale
);
[C++]
HRESULT put_MaxScale(
long pScale
);
[C++]
Parameters pScale [out, retval] pScale is a parameter of type long pScale [in] pScale is a parameter of type long