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 > ITerrainDataImporter Interface > ITerrainDataImporter.MaxShapePointCount Property (ArcObjects .NET 10.5 SDK) |
The maximum number of points loaded into individual multipoint shapes.
[Visual Basic .NET] Public ReadOnly Property MaxShapePointCount As Integer
[C#] public int MaxShapePointCount {get;}
[C++]
HRESULT get_MaxShapePointCount(
long* pCount
);
[C++]
Parameters pCount [out, retval] pCount is a parameter of type long
The importer writes out multipoint records. The MaxShapePointCount represents the largest number of points an individual multipoint record can contain. The default is 5000. Use OverwriteMaxShapePointCount to change this value.