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


ITerrainDataImporter.MaxShapePointCount Property (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.MaxShapePointCount Property
ArcGIS Developer Help

ITerrainDataImporter.MaxShapePointCount Property

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*

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.

See Also

ITerrainDataImporter Interface