This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEnumVertex Interface > IEnumVertex.SetAt Method (ArcObjects .NET 10.5 SDK) |
Resets enumerator to specific location.
[Visual Basic .NET] Public Sub SetAt ( _ ByVal iPart As Integer, _ ByVal iVertex As Integer _ )
[C#] public void SetAt ( int iPart, int iVertex );
[C++]
HRESULT SetAt(
long iPart,
long iVertex
);
[C++]
Parameters iPart iPart is a parameter of type long iVertex iVertex is a parameter of type long
The SetAt method allows setting the Enumerator to a particular position.
See picture for a graphical explanation of some of the IEnumVertex methods.