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