The number of points in the collection.
[Visual Basic 6.0] Property PointCount As Long
[Visual Basic .NET] Public ReadOnly Property PointCount As Integer
[C#] public int PointCount {get;}
[Java] public int getPointCount() throws IOException, AutomationException
[C++]
HRESULT get_PointCount(
long* cPoints
);
Parameters
cPoints [out, retval]
cPoints is a parameter of type long
Returns the number of Points in the PointCollection. The last Point in the PointCollection has an index equal to PointCount - 1.