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


IDETerrain.MaxPointsPerShape Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > ID > IDETerrain Interface > IDETerrain.MaxPointsPerShape Property
ArcGIS Developer Help

IDETerrain.MaxPointsPerShape Property

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(
  System.Int32* pcPoints
);
[C++]
Parameters
pcPoints [in]

pcPoints is a parameter of type long pcPoints [out, retval]
pcPoints is a parameter of type long*

Product Availability

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

See Also

IDETerrain Interface