This document is archived and information here might be outdated.  Recommended version.


ITerrainDataImporter.OverwriteMaxShapePointCount Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITerrainDataImporter Interface > ITerrainDataImporter.OverwriteMaxShapePointCount Method
ArcGIS Developer Help

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