This document is archived and information here might be outdated. Recommended version. |
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(
System.Int32* 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.