A new enumerator for this point collection.
[Visual Basic 6.0] Property EnumVertices As IEnumVertex
[Visual Basic .NET] Public ReadOnly Property EnumVertices As IEnumVertex
[C#] public IEnumVertex EnumVertices {get;}
[Java] public IEnumVertex getEnumVertices() throws IOException, AutomationException
[C++] HRESULT get_EnumVertices( IEnumVertex** newVertexEnumerator );
Parameters
newVertexEnumerator [out, retval]
newVertexEnumerator is a parameter of type IEnumVertex
Returns an EnumVertex for the vertices in the PointCollection. The EnumVertex allows the Points to be tranversed in a sequential order.