This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITerrainDataImporter Interface > ITerrainDataImporter.OverwriteMaxShapePointCount Method (ArcObjects .NET 10.4 SDK) |
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.