This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITerrain Interface > ITerrain.MaxPointsPerShape Property (ArcObjects .NET 10.5 SDK) |
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
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.