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(
  long pcPoints
);
[C++]

Parameters

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

Product Availability

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

See Also

IDETerrain Interface