ArcObjects Library Reference (GeoDatabaseExtensions)  

ITerrainDataImporter.OverwriteMaxShapePointCount Method

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

Product Availability

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

Description

This will reset the MaxShapePointCount in case you don't want to use the default of 5000.

See Also

ITerrainDataImporter Interface