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


IGPFeatureSolutionsResult.SecondOID 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.SecondOID Property
ArcGIS Developer Help

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(
  System.Int32* SecondOID
);
[C++]
Parameters
SecondOID [in]

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

Product Availability

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

See Also

IGPFeatureSolutionsResult Interface