This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGraph Interface > IGraph.GetDisplayFeedback Method (ArcObjects .NET 10.5 SDK) |
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