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


IEnumVertex.SetAt Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEnumVertex Interface > IEnumVertex.SetAt Method
ArcGIS Developer Help

IEnumVertex.SetAt Method

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

Product Availability

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

Description

The SetAt method allows setting the Enumerator to a particular position.

Remarks

See picture for a graphical explanation of some of the IEnumVertex methods.

See Also

IEnumVertex Interface