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


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

IGPFeatureSolutions.FindPseudos Method

[Visual Basic .NET]
Public Sub FindPseudos ( _
    ByVal pInputFC As IFeatureClass, _
    ByVal pInputSS As ISelectionSet, _
    ByVal pInputFields As IArray, _
    ByVal pOutputSpRef As ISpatialReference, _
    ByVal pTrackCancel As ITrackCancel, _
    ByRef ppResults As IArray _
)
[C#]
public void FindPseudos (
    IFeatureClass pInputFC,
    ISelectionSet pInputSS,
    IArray pInputFields,
    ISpatialReference pOutputSpRef,
    ITrackCancel pTrackCancel,
    ref IArray ppResults
);
[C++]
HRESULT FindPseudos(
  IFeatureClass* pInputFC,
  ISelectionSet* pInputSS,
  IArray* pInputFields,
  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* pInputFields [in]
pInputFields 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