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


IGPFeatureSolutionsResult.FirstOID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPFeatureSolutionsResult Interface > IGPFeatureSolutionsResult.FirstOID Property
ArcGIS Developer Help

IGPFeatureSolutionsResult.FirstOID Property

Sets the first OID.

[Visual Basic .NET]
Public Property FirstOID As Integer
[C#]
public int FirstOID {get; set;}
[C++]
HRESULT get_FirstOID(
  long FirstOID
);
[C++]
HRESULT put_FirstOID(
  System.Int32* FirstOID
);
[C++]
Parameters
FirstOID [in]

FirstOID is a parameter of type long FirstOID [out, retval]
FirstOID is a parameter of type long*

Product Availability

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

See Also

IGPFeatureSolutionsResult Interface