This document is archived and information here might be outdated. Recommended version. |
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*