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


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

IGPFeatureSolutionsResult.SecondOID Property

Sets the second OID.

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

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

Product Availability

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

See Also

IGPFeatureSolutionsResult Interface