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


IResultPortionInfo.StartIndex Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IResultPortionInfo Interface > IResultPortionInfo.StartIndex Property
ArcGIS Developer Help

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(
  System.Int32* 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