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


IPointCollection3.IndexedEnumVertices Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

IPointCollection3.IndexedEnumVertices Property

An indexed vertex enumerator for this point collection.

[Visual Basic .NET]
Public Function get_IndexedEnumVertices ( _
    ByVal queryGeometry As IGeometry _
) As IEnumVertex
[C#]
public IEnumVertex get_IndexedEnumVertices (
    IGeometry queryGeometry
);
[C++]
HRESULT get_IndexedEnumVertices(
  IGeometry* queryGeometry,
  IEnumVertex** indexedVertexEnumerator
);
[C++]

Parameters queryGeometry
queryGeometry is a parameter of type IGeometry indexedVertexEnumerator [out, retval]
indexedVertexEnumerator is a parameter of type IEnumVertex

Product Availability

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

Remarks

Currently, the method is only implemented with multipoint geometry type.

See Also

IPointCollection3 Interface