This document is archived and information here might be outdated.  Recommended version.


IPointCollection.EnumVertices Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IPointCollection Interface > IPointCollection.EnumVertices Property
ArcGIS Developer Help

IPointCollection.EnumVertices Property

A new enumerator for this point collection.

[Visual Basic .NET]
Public ReadOnly Property EnumVertices As IEnumVertex
[C#]
public IEnumVertex EnumVertices {get;}
[C++]
HRESULT get_EnumVertices(
  IEnumVertex** newVertexEnumerator
);
[C++]
Parameters
newVertexEnumerator [out, retval]

newVertexEnumerator is a parameter of type IEnumVertex**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Returns an EnumVertex for the vertices in the PointCollection.  The EnumVertex allows the Points to be tranversed in a sequential order.

See Also

IPointCollection Interface