This document is archived and information here might be outdated. Recommended version. |
Changes the default maximum number of points loaded into individual multipoint shapes.
[Visual Basic .NET]
Public Sub OverwriteMaxShapePointCount ( _
ByVal newCount As Integer _
)
[C#]
public void OverwriteMaxShapePointCount (
int newCount
);
[C++]
HRESULT OverwriteMaxShapePointCount(
long newCount
);
[C++] Parameters newCount [in]
newCount is a parameter of type long
This will reset the MaxShapePointCount in case you don't want to use the default of 5000.