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


IDETerrain.MaxOverviewTerrainPoints Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

IDETerrain.MaxOverviewTerrainPoints Property

The maximum number of points in the most generalized representation of the Terrain.

[Visual Basic .NET]
Public Property MaxOverviewTerrainPoints As Integer
[C#]
public int MaxOverviewTerrainPoints {get; set;}
[C++]
HRESULT get_MaxOverviewTerrainPoints(
  long pcPoints
);
[C++]
HRESULT put_MaxOverviewTerrainPoints(
  System.Int32* pcPoints
);
[C++]

Parameters pcPoints [in]
pcPoints is a parameter of type long pcPoints [out, retval]
pcPoints is a parameter of type long*

Product Availability

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

See Also

IDETerrain Interface