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


IGraph.GetDisplayFeedback Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGraph Interface > IGraph.GetDisplayFeedback Method
ArcGIS Developer Help

IGraph.GetDisplayFeedback Method

The DisplayFeedback.

[Visual Basic .NET]
Public Function GetDisplayFeedback ( _
    ByVal Feature As IFeature, _
    ByVal features As ISet, _
    ByVal point As IPoint _
) As IDisplayFeedback
[C#]
public IDisplayFeedback GetDisplayFeedback (
    IFeature Feature,
    ISet features,
    IPoint point
);
[C++]
HRESULT GetDisplayFeedback(
  IFeature* Feature,
  ISet* features,
  IPoint* point
);
[C++]
Parameters
Feature [in]

Feature is a parameter of type IFeature* features [in]
features is a parameter of type ISet* point [in]
point is a parameter of type IPoint*

Product Availability

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

See Also

IGraph Interface