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


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

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