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


ITinFeatureSeed.Index Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITinFeatureSeed.Index Property

The element's index number.

[Visual Basic .NET]
Public ReadOnly Property Index As Integer
[C#]
public int Index {get;}
[C++]
HRESULT get_Index(
  long* pIndex
);
[C++]

Parameters pIndex [out, retval] pIndex is a parameter of type long

Product Availability

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

See Also

ITinFeatureSeed Interface