![]() |
This document is archived and information here might be outdated. Recommended version. |
The maximum number of vertices per multipoint stored in the terrain pyramid.
[Visual Basic .NET] Public Property MaxPointsPerShape As Integer
[C#] public int MaxPointsPerShape {get; set;}
[C++]
HRESULT get_MaxPointsPerShape(
long pcPoints
);
[C++]
HRESULT put_MaxPointsPerShape(
System.Int32* pcPoints
);
[C++]
Parameters pcPoints [in]
pcPoints is a parameter of type long pcPoints [out, retval]
pcPoints is a parameter of type long*