This document is archived and information here might be outdated. Recommended version. |
The total number of points in the Terrain.
[Visual Basic .NET]
Public ReadOnly Property Size As Double
[C#]
public double Size {get;}
[C++]
HRESULT get_Size(
System.Double* pcPoints
);
[C++] Parameters pcPoints [out, retval]
pcPoints is a parameter of type double*
Size is the total number of 3D mass point and breakline vertices in the terrain. The count does not consider the effect of clip or erase features and it does not include vertices of z-less features.