This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IPointCollection3 Interface > IPointCollection3.IndexedEnumVertices Property (ArcObjects .NET 10.4 SDK) |
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
Currently, the method is only implemented with multipoint geometry type.