This document is archived and information here might be outdated. Recommended version. |
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(
System.Int32* 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.