This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPFeatureSolutionsResult Interface > IGPFeatureSolutionsResult.FirstOID Property (ArcObjects .NET 10.4 SDK) |
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