This document is archived and information here might be outdated. Recommended version. |
[Visual Basic .NET] Public Sub FindDangles ( _ ByVal pInputFC As IFeatureClass, _ ByVal pInputSS As ISelectionSet, _ ByVal pOtherFCs As IArray, _ ByVal pOtherSSs As IArray, _ ByVal distance As Double, _ ByVal pOutputSpRef As ISpatialReference, _ ByVal pTrackCancel As ITrackCancel, _ ByRef ppResults As IArray _ )
[C#] public void FindDangles ( IFeatureClass pInputFC, ISelectionSet pInputSS, IArray pOtherFCs, IArray pOtherSSs, double distance, ISpatialReference pOutputSpRef, ITrackCancel pTrackCancel, ref IArray ppResults );
[C++]
HRESULT FindDangles(
IFeatureClass* pInputFC,
ISelectionSet* pInputSS,
IArray* pOtherFCs,
IArray* pOtherSSs,
double distance,
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* distance [in]
distance is a parameter of type double 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**