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


ITerrain.Size Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITerrain Interface > ITerrain.Size Property
ArcGIS Developer Help

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(
  System.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