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


IGPFeatureSolutions.FindDangles 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.FindDangles Method
ArcGIS Developer Help

IGPFeatureSolutions.FindDangles Method

[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**

Product Availability

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

See Also

IGPFeatureSolutions Interface