This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > ID > IDETerrain Interface > IDETerrain.MaxPointsPerShape Property (ArcObjects .NET 10.4 SDK) |
The maximum number of vertices per multipoint stored in the terrain pyramid.
[Visual Basic .NET] Public Property MaxPointsPerShape As Integer
[C#] public int MaxPointsPerShape {get; set;}
[C++]
HRESULT get_MaxPointsPerShape(
long* pcPoints
);
[C++]
HRESULT put_MaxPointsPerShape(
long pcPoints
);
[C++]
Parameters pcPoints [out, retval] pcPoints is a parameter of type long pcPoints [in] pcPoints is a parameter of type long