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 > ITerrain Interface > ITerrain.MaxOverviewTerrainPoints Property (ArcObjects .NET 10.5 SDK) |
The maximum number of points in the most generalized representation of a Terrain.
[Visual Basic .NET] Public ReadOnly Property MaxOverviewTerrainPoints As Integer
[C#] public int MaxOverviewTerrainPoints {get;}
[C++]
HRESULT get_MaxOverviewTerrainPoints(
long* pcPoints
);
[C++]
Parameters pcPoints [out, retval] pcPoints is a parameter of type long
The overview is the coarsest representation of a terrain. It's like a vector based thumbnail. The primary intention of the overview is to enable a terrain to draw quickly when zoomed to its full extent, when detail and accuracy are not needed. The default for MaxOverviewTerrainPoints is 50,000.