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


ITerrain.MaxPointsPerShape 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.MaxPointsPerShape Property
ArcGIS Developer Help

ITerrain.MaxPointsPerShape Property

The maximum number of vertices per multipoint.

[Visual Basic .NET]
Public ReadOnly Property MaxPointsPerShape As Integer
[C#]
public int MaxPointsPerShape {get;}
[C++]
HRESULT get_MaxPointsPerShape(
  System.Int32* pcPoints
);
[C++]
Parameters
pcPoints [out, retval]

pcPoints is a parameter of type long*

Product Availability

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

Description

Terrain pyramids are comprised of mass points and breakline vertices. These are stored as a collection of multipoints. MaxPointsPerShape controls how large an individual multipoint can get. The default is 5000.

See Also

ITerrain Interface