The maximum number of points required. Default is 0 (use normal geometry limits).
[Visual Basic .NET] Public Property MaxPointCount As Integer
[C#] public int MaxPointCount {get; set;}
[C++]
HRESULT get_MaxPointCount(
long* PointCount
);
[C++]
HRESULT put_MaxPointCount(
long PointCount
);
[C++]Parameters
PointCount [out, retval] PointCount is a parameter of type long PointCount [in] PointCount is a parameter of type long
Product Availability
Available with ArcGIS Engine and ArcGIS Desktop.