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


ITerrain.MaxOverviewTerrainPoints Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITerrain Interface > ITerrain.MaxOverviewTerrainPoints Property
ArcGIS Developer Help

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(
  System.Int32* 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