ArcObjects Library Reference (GeoDatabaseExtensions)  

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(
  long pcPoints
);
[C++]

Parameters

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

Product Availability

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

See Also

IDETerrain Interface