This document is archived and information here might be outdated.  Recommended version.


ITerrain.MaxOverviewTerrainPoints Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ITerrain.MaxOverviewTerrainPoints Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

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.

See Also

ITerrain Interface