ArcObjects Library Reference (GeoDatabase)  

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,
  IDisplayFeedback** feedback
);
[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

feedback [out, retval]

  feedback is a parameter of type IDisplayFeedback

Product Availability

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

See Also

IGraph Interface