ArcObjects Library Reference (GeoDatabaseExtensions)  

ITerrain.Size Property

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

Parameters

pcPoints [out, retval]   pcPoints is a parameter of type double

Product Availability

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

Description

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.

See Also

ITerrain Interface