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.