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


ITerrain.MaxPointsPerShape Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

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(
  long* 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