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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
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.