This document is archived and information here might be outdated. Recommended version. |
[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**