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


IGPFeatureSolutionsResult.FirstOID Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

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(
  long FirstOID
);
[C++]

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

Product Availability

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

See Also

IGPFeatureSolutionsResult Interface