ArcObjects Library Reference (GeoDatabase)  

IResultPortionInfo.StartIndex Property

The zero-based index of the first element to return or being returned.

[Visual Basic .NET]
Public Property StartIndex As Integer
[C#]
public int StartIndex {get; set;}
[C++]
HRESULT get_StartIndex(
  long* StartIndex
);
[C++]
HRESULT put_StartIndex(
  long StartIndex
);
[C++]

Parameters

StartIndex [out, retval]   StartIndex is a parameter of type long StartIndex [in]   StartIndex is a parameter of type long

Product Availability

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

See Also

IResultPortionInfo Interface