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


IGPFeatureSolutions.FindOrphans Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPFeatureSolutions Interface > IGPFeatureSolutions.FindOrphans Method
ArcGIS Developer Help

IGPFeatureSolutions.FindOrphans Method

[Visual Basic .NET]
Public Sub FindOrphans ( _
    ByVal pInputFC As IFeatureClass, _
    ByVal pInputSS As ISelectionSet, _
    ByVal pOtherFCs As IArray, _
    ByVal pOtherSSs As IArray, _
    ByVal pOutputSpRef As ISpatialReference, _
    ByVal pTrackCancel As ITrackCancel, _
    ByRef ppResults As IArray _
)
[C#]
public void FindOrphans (
    IFeatureClass pInputFC,
    ISelectionSet pInputSS,
    IArray pOtherFCs,
    IArray pOtherSSs,
    ISpatialReference pOutputSpRef,
    ITrackCancel pTrackCancel,
    ref IArray ppResults
);
[C++]
HRESULT FindOrphans(
  IFeatureClass* pInputFC,
  ISelectionSet* pInputSS,
  IArray* pOtherFCs,
  IArray* pOtherSSs,
  ISpatialReference* pOutputSpRef,
  ITrackCancel* pTrackCancel,
  IArray** ppResults
);
[C++]
Parameters
pInputFC [in]

pInputFC is a parameter of type IFeatureClass* pInputSS [in]
pInputSS is a parameter of type ISelectionSet* pOtherFCs [in]
pOtherFCs is a parameter of type IArray* pOtherSSs [in]
pOtherSSs is a parameter of type IArray* pOutputSpRef [in]
pOutputSpRef is a parameter of type ISpatialReference* pTrackCancel [in]
pTrackCancel is a parameter of type ITrackCancel* ppResults [out]
ppResults is a parameter of type IArray**

Product Availability

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

See Also

IGPFeatureSolutions Interface